summaryrefslogtreecommitdiffstats
path: root/test/run_dmenu_custom_test.sh
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-22 16:25:49 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-22 16:25:49 +0200
commitde0290906da0423928c9ec365bc7a47ece0325ca (patch)
treea11ccc9f9dcdba131a49e6066988448744363f72 /test/run_dmenu_custom_test.sh
parent22c8760e3227985bfe2ad93fe951580f66f34ed5 (diff)
Update test to change multi-select and return codes.
Diffstat (limited to 'test/run_dmenu_custom_test.sh')
-rwxr-xr-xtest/run_dmenu_custom_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/run_dmenu_custom_test.sh b/test/run_dmenu_custom_test.sh
index 6f66f12b..07e60fc1 100755
--- a/test/run_dmenu_custom_test.sh
+++ b/test/run_dmenu_custom_test.sh
@@ -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