summaryrefslogtreecommitdiff
path: root/tests/testctl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testctl')
-rwxr-xr-xtests/testctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testctl b/tests/testctl
index a9001fe..ff78c33 100755
--- a/tests/testctl
+++ b/tests/testctl
@@ -194,7 +194,7 @@ cleanup_tests ()
run_test_report ()
{
- diff -Nur --exclude=*CVS* $HERE/$TEST_OUT_REF_DIR $HERE/$TEST_OUTPUT_DIR > /tmp/toto$$
+ diff -Nur --exclude=*CVS* --exclude=*cvs* $HERE/$TEST_OUT_REF_DIR $HERE/$TEST_OUTPUT_DIR > /tmp/toto$$
NB_DIFF=`cat /tmp/toto$$ | wc -l`
if test "$NB_DIFF" -eq 0 ; then