]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorKai Backman <kaib@golang.org>
Tue, 20 Jul 2010 13:20:35 +0000 (16:20 +0300)
committerKai Backman <kaib@golang.org>
Tue, 20 Jul 2010 13:20:35 +0000 (16:20 +0300)
R=rsc
CC=golang-dev
https://golang.org/cl/1742048

test/nul1.go

index bcd8b89c3bff92b2b8b0b4bae5538c290b8f4837..bf637f7eb0c6ad8a7349f580a501146431f56317 100644 (file)
@@ -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