summaryrefslogtreecommitdiff
path: root/test
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
commit466c23b90665808856e84ca727323cdebca89a59 (patch)
tree28c75d4fa5c89cf2c60b4e37af42fbeeb395504d /test
parentd9392e41c564db3866237e35e7a674853913bf0c (diff)
downloadgo-466c23b90665808856e84ca727323cdebca89a59.tar.gz
arm: fix build2, tweak test/nul1.go arm exclusion
R=rsc CC=golang-dev http://codereview.appspot.com/1866044
Diffstat (limited to 'test')
-rw-r--r--test/nul1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nul1.go b/test/nul1.go
index bf637f7eb..1fe7795a6 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