1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

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

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}