diff options
Diffstat (limited to 'misc/cgo/stdio/test.bash')
-rwxr-xr-x | misc/cgo/stdio/test.bash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/cgo/stdio/test.bash b/misc/cgo/stdio/test.bash index 8918aab92..82e3f7b45 100755 --- a/misc/cgo/stdio/test.bash +++ b/misc/cgo/stdio/test.bash @@ -3,8 +3,6 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -if [ "$(uname)" = "FreeBSD" ]; then exit 0; fi - set -e gomake hello fib chain echo '*' hello >run.out |