summaryrefslogtreecommitdiff
path: root/misc/cgo
diff options
context:
space:
mode:
authorDevon H. O'Dell <devon.odell@gmail.com>2009-11-18 16:51:59 -0800
committerDevon H. O'Dell <devon.odell@gmail.com>2009-11-18 16:51:59 -0800
commit3419c5d5da2456a276014cd49bbd3a997d8e800d (patch)
treeb352e4a4b26f78361493fada2a289b6b2d12045c /misc/cgo
parentad87c7b9f4fffa6c7985c204b39792f64f756eae (diff)
downloadgolang-3419c5d5da2456a276014cd49bbd3a997d8e800d.tar.gz
More FreeBSD-touchups. Thundercats are GOOOOO!
R=rsc CC=golang-dev http://codereview.appspot.com/157074 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'misc/cgo')
-rwxr-xr-xmisc/cgo/stdio/test.bash2
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