aboutsummaryrefslogtreecommitdiff
path: root/test/index.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-09-19 23:28:32 -0400
committerRuss Cox <rsc@golang.org>2010-09-19 23:28:32 -0400
commit33c4ff06693cc7b12e1b4f6a1250aa3d01016bfc (patch)
treecb1887759a14584cc5d4de19f407c01e3dfc7c2c /test/index.go
parentd4baf3ccb7f7b6dd5476b82c480f30d3a2953399 (diff)
downloadgo-33c4ff06693cc7b12e1b4f6a1250aa3d01016bfc.tar.gz
go-33c4ff06693cc7b12e1b4f6a1250aa3d01016bfc.zip
test: fix NaCl build
Wasn't running the temp binary under $E (emulator). R=r CC=golang-dev https://golang.org/cl/2237043
Diffstat (limited to 'test/index.go')
-rw-r--r--test/index.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.go b/test/index.go
index a91294cffb..38aa33dd30 100644
--- a/test/index.go
+++ b/test/index.go
@@ -1,8 +1,8 @@
// $G $D/$F.go && $L $F.$A &&
-// ./$A.out -pass 0 >tmp.go && $G tmp.go && $L -o tmp1.$A tmp.$A && ./tmp1.$A &&
+// ./$A.out -pass 0 >tmp.go && $G tmp.go && $L -o $A.out1 tmp.$A && ./$A.out1 &&
// ./$A.out -pass 1 >tmp.go && errchk $G -e tmp.go &&
// ./$A.out -pass 2 >tmp.go && errchk $G -e tmp.go
-// rm -f tmp.go
+// rm -f tmp.go $A.out1
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style