diff options
Diffstat (limited to 'tests/md5sum')
-rwxr-xr-x | tests/md5sum/basic-1 | 2 | ||||
-rwxr-xr-x | tests/md5sum/newline-1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/md5sum/basic-1 b/tests/md5sum/basic-1 index 9683e8d31..63221988a 100755 --- a/tests/md5sum/basic-1 +++ b/tests/md5sum/basic-1 @@ -9,7 +9,7 @@ $PERL -e 1 > /dev/null 2>&1 || { exit 77 } -exec $PERL -w -I$srcdir/.. -MFetish -- - <<\EOF +exec $PERL -w -I$srcdir/.. -MCoreutils -- - <<\EOF require 5.003; use strict; diff --git a/tests/md5sum/newline-1 b/tests/md5sum/newline-1 index 7473e554d..d0facd32f 100755 --- a/tests/md5sum/newline-1 +++ b/tests/md5sum/newline-1 @@ -25,7 +25,7 @@ if test $filename_may_contain_newline = no; then exit 77 fi -exec $PERL -w -I$srcdir/.. -MFetish -- - <<\EOF +exec $PERL -w -I$srcdir/.. -MCoreutils -- - <<\EOF require 5.003; use strict; |