diff options
Diffstat (limited to 'misc/cgo/life/test.bash')
-rwxr-xr-x | misc/cgo/life/test.bash | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/cgo/life/test.bash b/misc/cgo/life/test.bash deleted file mode 100755 index 5c5fba1a9..000000000 --- a/misc/cgo/life/test.bash +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# Copyright 2010 The Go Authors. All rights reserved. -# Use of this source code is governed by a BSD-style -# license that can be found in the LICENSE file. - -set -e -gomake life -echo '*' life >run.out -./life >>run.out -diff run.out golden.out -gomake clean |