summaryrefslogtreecommitdiffstats
path: root/test/run_dmenu_empty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_dmenu_empty.sh')
-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