summaryrefslogtreecommitdiff
path: root/tests/misc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc')
-rwxr-xr-xtests/misc/expand2
-rwxr-xr-xtests/misc/fold2
-rwxr-xr-xtests/misc/head-elide-tail2
-rwxr-xr-xtests/misc/paste-no-nl2
-rwxr-xr-xtests/misc/sort2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/misc/expand b/tests/misc/expand
index 8bd63aacf..24a3a509c 100755
--- a/tests/misc/expand
+++ b/tests/misc/expand
@@ -11,7 +11,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/misc/fold b/tests/misc/fold
index 3e065e911..c799b78bf 100755
--- a/tests/misc/fold
+++ b/tests/misc/fold
@@ -24,7 +24,7 @@ case $ver in
exit 1;;
esac
-exec $PERL -w -I$srcdir/.. -MFetish -- - <<\EOF
+exec $PERL -w -I$srcdir/.. -MCoreutils -- - <<\EOF
#/
require 5.003;
use strict;
diff --git a/tests/misc/head-elide-tail b/tests/misc/head-elide-tail
index 7d29f98a0..9731305a2 100755
--- a/tests/misc/head-elide-tail
+++ b/tests/misc/head-elide-tail
@@ -11,7 +11,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/misc/paste-no-nl b/tests/misc/paste-no-nl
index 8085759be..b854f8385 100755
--- a/tests/misc/paste-no-nl
+++ b/tests/misc/paste-no-nl
@@ -11,7 +11,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/misc/sort b/tests/misc/sort
index cd3ff5395..6cc6ed252 100755
--- a/tests/misc/sort
+++ b/tests/misc/sort
@@ -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;