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
1 changed files with 1 additions and 2 deletions

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