diff options
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/files0-from | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/files0-from b/tests/du/files0-from index cb82daea2..88f83aab9 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -21,7 +21,7 @@ : ${srcdir=.} -$PERL -e 1 > /dev/null 2>&1 || { +$PERL -e 'use warnings;' > /dev/null 2>&1 || { echo 1>&2 "$0: configure didn't find a usable version of Perl," \ "so can't run this test" exit 77 |