From a20e2a5ed9267bf43c8df274bd23b2d3eccc3e68 Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 29 Aug 2014 17:03:35 +0200 Subject: [PATCH] Forgot to remove debug code, causing false negative. --- test/run_dmenu_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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