summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-08-03 13:01:28 -0700
committerRuss Cox <rsc@golang.org>2010-08-03 13:01:28 -0700
commit2dfadc49e001467e5a4bccaba96cde5c6fbde33b (patch)
tree3d20b56120dd72bfd49ca153514be91ee91a5199 /test/run
parent2a299582e12f514d9a1153f0f0d37189c56cd0db (diff)
downloadgo-2dfadc49e001467e5a4bccaba96cde5c6fbde33b.tar.gz
test/run: diff old new
R=r, iant CC=golang-dev http://codereview.appspot.com/1907046
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