diff options
Diffstat (limited to 'source4/script/tests/test_pidl.sh')
-rwxr-xr-x | source4/script/tests/test_pidl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh index d2ebd30169..ade68a555a 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -11,7 +11,7 @@ failed=0 if $PERL -e 'eval require Test::More;' > /dev/null 2>&1; then for f in pidl/tests/*.pl; do - testit "$f" $PERL $f || failed=`expr $failed + 1` + testit "$f" $PERL $f done else echo "Skipping pidl tests - Test::More not installed" |