summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 17:03:35 +0200
committerQC <qball@gmpclient.org>2014-08-29 17:03:35 +0200
commita20e2a5ed9267bf43c8df274bd23b2d3eccc3e68 (patch)
tree889e9e4c109d4943647d1ddff4301907bb6c4a6d /test
parent4ab95f5d26c48c63e7d9565e092b2d1eb19ec371 (diff)
Forgot to remove debug code, causing false negative.
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_dmenu_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_dmenu_test.sh b/test/run_dmenu_test.sh
index 5bdb84ea..06232768 100755
--- a/test/run_dmenu_test.sh
+++ b/test/run_dmenu_test.sh
@@ -24,7 +24,7 @@ kill ${XPID}
sleep 1
-if [ `cat output.txt` != 'aap' ]
+if [ `cat output.txt` != 'mies' ]
then
exit 1
fi