summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-25 20:46:11 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-25 20:46:11 +0100
commitf42258f60a4d536885201c62b3b84758d7ada775 (patch)
treef49680f2345a098826a72884d347b4782916bb50 /test
parent384a918d280b6d36233aafa989dbc1cc6e5855dd (diff)
parentc4b6b19ff952d0062c28f705d917756cada7b29a (diff)
Merge remote-tracking branch 'origin/master' into glib-loop
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