diff options
| author | Russ Cox <rsc@golang.org> | 2009-11-09 23:11:36 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-11-09 23:11:36 -0800 |
| commit | da776791c4f45331b5cd14385e4b0afb28827191 (patch) | |
| tree | 16d18e0a6b14ae5e420bd9faf76031a7574293e6 /test/nilptr/arrayindex.go | |
| parent | 3d668c1b5dbd6c693ed1db56b3d156184d9dc5d9 (diff) | |
| download | go-da776791c4f45331b5cd14385e4b0afb28827191.tar.xz | |
drop output from nilptr tests;
too hard to make it the same everywhere.
still checking for non-zero exit status though.
disable core files while running tests
R=r
http://go/go-review/1026037
Diffstat (limited to 'test/nilptr/arrayindex.go')
| -rw-r--r-- | test/nilptr/arrayindex.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nilptr/arrayindex.go b/test/nilptr/arrayindex.go index 0bc6bf4a89..c42dedee81 100644 --- a/test/nilptr/arrayindex.go +++ b/test/nilptr/arrayindex.go @@ -1,4 +1,5 @@ -// $G $D/$F.go && $L $F.$A && (! ./$A.out || echo BUG: should fail) +// $G $D/$F.go && $L $F.$A && +// ((! sh -c ./$A.out) >/dev/null 2>&1 || echo BUG: should fail) // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |
