diff options
author | Devon H. O'Dell <devon.odell@gmail.com> | 2009-11-18 16:51:59 -0800 |
---|---|---|
committer | Devon H. O'Dell <devon.odell@gmail.com> | 2009-11-18 16:51:59 -0800 |
commit | 3419c5d5da2456a276014cd49bbd3a997d8e800d (patch) | |
tree | b352e4a4b26f78361493fada2a289b6b2d12045c /misc/cgo | |
parent | ad87c7b9f4fffa6c7985c204b39792f64f756eae (diff) | |
download | golang-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-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 |