summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 241e55026..b01bdca2d 100755
--- a/test/run
+++ b/test/run
@@ -99,7 +99,7 @@ done | # clean up some stack noise
rm -f $RUNFILE $TMP1FILE $TMP2FILE *.$A $A.out
diffmsg=""
-if ! diff run.out golden.out
+if ! diff golden.out run.out
then
diffmsg="; test output differs"
failed=1