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:
parent
22c8760e32
commit
de0290906d
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue