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
1 changed files with 1 additions and 1 deletions

View File

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