diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-20 07:54:54 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-20 07:54:54 +0000 |
commit | 9118673ca3eec90294a52aa15cc2383bda235560 (patch) | |
tree | c2f05e22fe53cfd3a0da52479f5b82d3ee9e43b4 /tests/misc | |
parent | 6195b005132e85eea1ecf38b60846dca290fd0c1 (diff) | |
download | coreutils-9118673ca3eec90294a52aa15cc2383bda235560.tar.xz |
Renamed Fetish package to Coreutils.
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/expand | 2 | ||||
-rwxr-xr-x | tests/misc/fold | 2 | ||||
-rwxr-xr-x | tests/misc/head-elide-tail | 2 | ||||
-rwxr-xr-x | tests/misc/paste-no-nl | 2 | ||||
-rwxr-xr-x | tests/misc/sort | 2 |
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; |