From: Kai Backman Date: Wed, 21 Jul 2010 11:51:03 +0000 (+0300) Subject: arm: fix build2, tweak test/nul1.go arm exclusion X-Git-Tag: weekly.2010-07-29~60 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b7aa56147300db8f46e9bdbfc29ba464f7291490;p=gostls13.git arm: fix build2, tweak test/nul1.go arm exclusion R=rsc CC=golang-dev https://golang.org/cl/1866044 --- diff --git a/test/nul1.go b/test/nul1.go index bf637f7eb0..1fe7795a6d 100644 --- a/test/nul1.go +++ b/test/nul1.go @@ -1,5 +1,5 @@ // [ $GOOS != nacl ] || exit 0 # NaCl runner elides NUL in output -// [ "$GORUN" != "a" ] || exit 0 # Android runner gets confused by the NUL output +// [ "$GORUN" == "" ] || exit 0 # Android runner gets confused by the NUL output // $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go && // errchk $G -e tmp.go // rm -f tmp.go