summary refs log tree commit diff
path: root/lisc/test/go.sh
diff options
context:
space:
mode:
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