1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04: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' ' ') OUTPUT=$(cat output.txt | tr '\n' ' ')
if [ "${OUTPUT}" != 'noot mies ' ] if [ "${OUTPUT}" != 'noot mies ' ]
then then
echo "Got: '${OUTPUT}' expected 'noot mies '"
exit 1 exit 1
fi fi
echo ${RETV}
exit ${RETV} exit ${RETV}