aboutsummaryrefslogtreecommitdiff
path: root/test/nul1.go
diff options
context:
space:
mode:
authorKai Backman <kaib@golang.org>2010-07-20 16:20:35 +0300
committerKai Backman <kaib@golang.org>2010-07-20 16:20:35 +0300
commit199e17ba1f0712a545a6a9112b0cbfabc54ecfbd (patch)
tree11bcd8f5511b195a503636daf1b720f709c471a1 /test/nul1.go
parent36057e721e6fdc5c3dff8228c77ea36027a872c4 (diff)
downloadgo-199e17ba1f0712a545a6a9112b0cbfabc54ecfbd.tar.gz
go-199e17ba1f0712a545a6a9112b0cbfabc54ecfbd.zip
fix build
R=rsc CC=golang-dev https://golang.org/cl/1742048
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 bcd8b89c3b..bf637f7eb0 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" != "a" ] || 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