From de0290906da0423928c9ec365bc7a47ece0325ca Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 22 Jul 2016 16:25:49 +0200 Subject: [PATCH] Update test to change multi-select and return codes. --- test/run_dmenu_custom_test.sh | 3 +-- 1 file changed, 1 insertion(+), 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