1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Update test to change multi-select and return codes.

This commit is contained in:
Dave Davenport 2016-07-22 16:25:49 +02:00
parent 22c8760e32
commit de0290906d

View file

@ -17,7 +17,6 @@ xdotool key 'e'
sleep 0.2
xdotool key 'e'
sleep 0.2
xdotool key Shift+Return
xdotool key Return
@ -25,7 +24,7 @@ xdotool key Return
wait ${RPID}
RETV=$?
OUTPUT=$(cat output.txt | tr '\n' ' ')
if [ "${OUTPUT}" != 'coffee coffee ' ]
if [ "${OUTPUT}" != 'coffee ' ]
then
exit 1
fi