diff options
Diffstat (limited to 'testsuite/testing.sh')
-rwxr-xr-x | testsuite/testing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testing.sh b/testsuite/testing.sh index 8bd23d803..e253e1aa6 100755 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh | |||
@@ -76,7 +76,7 @@ testing () | |||
76 | echo -ne "$5" | eval "$2" > actual | 76 | echo -ne "$5" | eval "$2" > actual |
77 | RETVAL=$? | 77 | RETVAL=$? |
78 | 78 | ||
79 | cmp expected actual > /dev/null | 79 | cmp expected actual > /dev/null |
80 | if [ $? -ne 0 ] | 80 | if [ $? -ne 0 ] |
81 | then | 81 | then |
82 | FAILCOUNT=$[$FAILCOUNT+1] | 82 | FAILCOUNT=$[$FAILCOUNT+1] |