From da776791c4f45331b5cd14385e4b0afb28827191 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Nov 2009 23:11:36 -0800 Subject: 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 --- test/nilptr/arrayindex.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/nilptr/arrayindex.go') 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 -- cgit v1.3