test: vttest-1-1
parent
9f619a46b2
commit
aadf36bed9
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
function test_do {
|
function test_do {
|
||||||
xdotool type "vttest"
|
xdotool type "vttest\n"
|
||||||
xdotool key Return
|
sleep 1
|
||||||
|
xdotool type "1\n1\n"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.6 KiB |
|
|
@ -0,0 +1,4 @@
|
||||||
|
function test_do {
|
||||||
|
xdotool type "vttest"
|
||||||
|
xdotool key Return
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue