diff options
Diffstat (limited to 'test/nilptr/arrayindex1.go')
| -rw-r--r-- | test/nilptr/arrayindex1.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/nilptr/arrayindex1.go b/test/nilptr/arrayindex1.go index ac72b789d6..59126f82d5 100644 --- a/test/nilptr/arrayindex1.go +++ b/test/nilptr/arrayindex1.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 |
