From: Russ Cox Date: Tue, 3 Aug 2010 20:01:28 +0000 (-0700) Subject: test/run: diff old new X-Git-Tag: weekly.2010-08-04~21 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d4af41f5bbb16535c0a11fd313b3c0edac34c3aa;p=gostls13.git test/run: diff old new R=r, iant CC=golang-dev https://golang.org/cl/1907046 --- diff --git a/test/run b/test/run index 241e550263..b01bdca2de 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 diff --git a/test/run-arm b/test/run-arm index c7545ae0e9..2cf2d5685b 100755 --- a/test/run-arm +++ b/test/run-arm @@ -84,7 +84,7 @@ done | # clean up some stack noise failed=0 rm -f $RUNFILE $TMP1FILE $TMP2FILE *.$A $A.out diffmsg="" -if ! diff -b run.out golden-arm.out +if ! diff -b golden-arm.out run.out then diffmsg="; test output differs" failed=1