summary refs log tree commit diff
path: root/lisc/test/go.sh
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-03 13:39:24 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-03 13:39:24 -0500
commit315a7a6f720fc44387dca565af1e1764e572e723 (patch)
treecf216d2c91464221ececa64811d7eaaff581a254 /lisc/test/go.sh
parenta515ea364fdc63f2e687286cc9d43c3072f7337f (diff)
downloadroux-315a7a6f720fc44387dca565af1e1764e572e723.tar.gz
add new abi test
Diffstat (limited to 'lisc/test/go.sh')
-rwxr-xr-xlisc/test/go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/go.sh b/lisc/test/go.sh
index 86dad1f..98e5c2d 100755
--- a/lisc/test/go.sh
+++ b/lisc/test/go.sh
@@ -65,7 +65,7 @@ once() {
 
 	if test -s $OUT
 	then
-		$BIN a b c | diff - $OUT > /dev/null
+		$BIN a b c | diff - $OUT
 		RET=$?
 		REASON="output"
 	else