From ca6b1a8178430e871d16a831d78db2256604054c Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 28 Nov 2015 12:59:10 +0100 Subject: Fixing path. --- test/run_script_test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/run_script_test.sh') diff --git a/test/run_script_test.sh b/test/run_script_test.sh index 1279e30c..dc8fa4d4 100755 --- a/test/run_script_test.sh +++ b/test/run_script_test.sh @@ -18,6 +18,7 @@ xdotool key Return wait ${RPID} RETV=$? OUTPUT=$(cat output.txt | tr '\n' ' ') +echo ${OUTPUT} if [ "${OUTPUT}" != 'noot ' ] then exit 1 -- cgit v1.2.3