1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Update window test.

This commit is contained in:
Dave Davenport 2016-01-05 18:24:47 +01:00
parent 155cf351e0
commit 4fbf249480

View file

@ -18,8 +18,14 @@ sleep 0.4
xdotool key Return
sleep 1;
xdotool key Ctrl+d
wait ${XPID}
sleep 1;
kill ${TPID}
if pgrep -u $USER xterm
then
kill ${XPID}
kill ${RPID}
exit 1
fi
# Get result, kill xvfb
wait ${RPID}
RETV=$?