aboutsummaryrefslogtreecommitdiff
path: root/sam
diff options
context:
space:
mode:
Diffstat (limited to 'sam')
-rwxr-xr-xsam/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam/test.sh b/sam/test.sh
index 0d904ff..3b3a1a5 100755
--- a/sam/test.sh
+++ b/sam/test.sh
@@ -73,7 +73,7 @@ for t in $TESTS; do
printf "Running test %s with vis ... " "$t"
- $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" 2>/dev/null
+ $VIS "+,{ $NL $CMD $NL wq! $VIS_OUT $NL }" "$IN" >/dev/null 2>&1
if [ $? -ne 0 -o ! -e "$VIS_OUT" ]; then
printf "ERROR\n"
elif cmp -s "$REF" "$VIS_OUT"; then