aboutsummaryrefslogtreecommitdiff
path: root/test/nul1.go
diff options
context:
space:
mode:
authorKai Backman <kaib@golang.org>2010-07-21 14:51:03 +0300
committerKai Backman <kaib@golang.org>2010-07-21 14:51:03 +0300
commitb7aa56147300db8f46e9bdbfc29ba464f7291490 (patch)
treef8685c2607018c4271fe0fe5c1f8f37bc09fb1b1 /test/nul1.go
parent47b6400556ce7e7abd9ac4ba9adc801c2ba908b0 (diff)
downloadgo-b7aa56147300db8f46e9bdbfc29ba464f7291490.tar.gz
go-b7aa56147300db8f46e9bdbfc29ba464f7291490.zip
arm: fix build2, tweak test/nul1.go arm exclusion
R=rsc CC=golang-dev https://golang.org/cl/1866044
Diffstat (limited to 'test/nul1.go')
-rw-r--r--test/nul1.go2
1 files changed, 1 insertions, 1 deletions
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