summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-25 09:07:39 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-25 09:07:39 +0100
commitc4b6b19ff952d0062c28f705d917756cada7b29a (patch)
tree3e2a88feafed90a05ecaaa502c07a4b0d116839d /test
parente416753cb381e39bd3b72294786aa2bc6f74fbbc (diff)
Fix test for empty dmenu list
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_dmenu_empty.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_dmenu_empty.sh b/test/run_dmenu_empty.sh
index f241dd3e..fc0ebf54 100755
--- a/test/run_dmenu_empty.sh
+++ b/test/run_dmenu_empty.sh
@@ -8,7 +8,7 @@ xdotool key Return
wait ${RPID}
RETV=$?
-if [ ${RETV} -eq 1 ]
+if [ ${RETV} -eq 0 ]
then
exit 0
else