Add debug output to test 4

This commit is contained in:
Dave Davenport 2015-10-11 13:51:08 +02:00
parent cc6bf27ccb
commit b7d9b4b6b5
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ RETV=$?
OUTPUT=$(cat output.txt | tr '\n' ' ')
if [ "${OUTPUT}" != 'noot mies ' ]
then
echo "Got: '${OUTPUT}' expected 'noot mies '"
exit 1
fi
echo ${RETV}
exit ${RETV}