1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00

Forgot to remove debug code, causing false negative.

This commit is contained in:
QC 2014-08-29 17:03:35 +02:00
parent 4ab95f5d26
commit a20e2a5ed9

View file

@ -24,7 +24,7 @@ kill ${XPID}
sleep 1
if [ `cat output.txt` != 'aap' ]
if [ `cat output.txt` != 'mies' ]
then
exit 1
fi