summaryrefslogtreecommitdiff
path: root/tests/join/mk-script.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/join/mk-script.pl')
-rw-r--r--tests/join/mk-script.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/mk-script.pl b/tests/join/mk-script.pl
index adfba98d2..d116cc0f2 100644
--- a/tests/join/mk-script.pl
+++ b/tests/join/mk-script.pl
@@ -312,7 +312,7 @@ if test \$code != $e_ret_code ; then
\$echo "Test $t_name failed: $xx return code \$code differs from expected value $e_ret_code" 1>&2
errors=`expr \$errors + 1`
else
- cmp $out $exp_name
+ cmp $out $exp_name > /dev/null 2>&1
case \$? in
0) if test "\$VERBOSE" ; then \$echo "passed $t_name"; fi ;;
1) \$echo "Test $t_name failed: files $out and $exp_name differ" 1>&2;