summaryrefslogtreecommitdiff
path: root/test/nul1.go
diff options
context:
space:
mode:
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 bcd8b89c3..bf637f7eb 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