summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtests b/test/runtests
index 686de6d6..d053b45e 100755
--- a/test/runtests
+++ b/test/runtests
@@ -29,7 +29,7 @@ for t in $TESTS; do
fi
# Test output.
- if ! diff -u $root.out $root.exp; then
+ if ! diff -u $root.exp $root.out; then
echo FAILURE
exit 1
fi