From 9118673ca3eec90294a52aa15cc2383bda235560 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 20 Apr 2005 07:54:54 +0000 Subject: Renamed Fetish package to Coreutils. --- tests/basename/basic | 2 +- tests/dd/skip-seek | 2 +- tests/dircolors/simple | 2 +- tests/du/files0-from | 2 +- tests/expr/basic | 2 +- tests/factor/basic | 2 +- tests/fmt/basic | 4 ++-- tests/ls-2/tests | 2 +- tests/md5sum/basic-1 | 2 +- tests/md5sum/newline-1 | 2 +- tests/misc/expand | 2 +- tests/misc/fold | 2 +- tests/misc/head-elide-tail | 2 +- tests/misc/paste-no-nl | 2 +- tests/misc/sort | 2 +- tests/mv/i-1 | 2 +- tests/rm/empty-name | 2 +- tests/rm/unreadable | 2 +- tests/seq/basic | 2 +- tests/sha1sum/basic-1 | 2 +- tests/sha1sum/sample-vec | 2 +- tests/sum/basic-1 | 2 +- tests/tsort/basic-1 | 2 +- tests/unexpand/basic-1 | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) (limited to 'tests') diff --git a/tests/basename/basic b/tests/basename/basic index 6f022df4c..8fd4ad2bb 100755 --- a/tests/basename/basic +++ b/tests/basename/basic @@ -11,7 +11,7 @@ $PERL -e 1 > /dev/null 2>&1 || { } d=$srcdir/.. -exec $PERL -w -I$d -MFetish -- - << \EOF +exec $PERL -w -I$d -MCoreutils -- - << \EOF require 5.003; use strict; diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek index f8b3e8845..e0a509d41 100755 --- a/tests/dd/skip-seek +++ b/tests/dd/skip-seek @@ -13,7 +13,7 @@ $PERL -e 1 > /dev/null 2>&1 || { SCRIPT_NAME=$0 export SCRIPT_NAME -exec $PERL -w -I$srcdir/.. -MFetish -- - <<\EOF +exec $PERL -w -I$srcdir/.. -MCoreutils -- - <<\EOF require 5.003; use strict; diff --git a/tests/dircolors/simple b/tests/dircolors/simple index 99d772e1c..b2a331568 100755 --- a/tests/dircolors/simple +++ b/tests/dircolors/simple @@ -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/du/files0-from b/tests/du/files0-from index 36bc2e4db..efe62f632 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -13,7 +13,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/expr/basic b/tests/expr/basic index a0cea651c..79ff566a3 100755 --- a/tests/expr/basic +++ b/tests/expr/basic @@ -11,7 +11,7 @@ $PERL -e 1 > /dev/null 2>&1 || { } d=$srcdir/.. -exec $PERL -w -I$d -MFetish -- - << \EOF +exec $PERL -w -I$d -MCoreutils -- - << \EOF require 5.003; use strict; diff --git a/tests/factor/basic b/tests/factor/basic index 97008e33d..4ecd8a06a 100755 --- a/tests/factor/basic +++ b/tests/factor/basic @@ -11,7 +11,7 @@ $PERL -e 1 > /dev/null 2>&1 || { } d=$srcdir/.. -exec $PERL -w -I$d -MFetish -- - << \EOF +exec $PERL -w -I$d -MCoreutils -- - << \EOF require 5.003; use strict; diff --git a/tests/fmt/basic b/tests/fmt/basic index 28c4fb91a..7d8916efd 100755 --- a/tests/fmt/basic +++ b/tests/fmt/basic @@ -12,11 +12,11 @@ $PERL -e 1 > /dev/null 2>&1 || { # Export this to avoid hassles when run in a UTF-8 locale, # since we use 8-bit characters below, and those values are -# interpolated into strings (to perform substitution) in Fetish.pm. +# interpolated into strings (to perform substitution) in Coreutils.pm. LC_ALL=C export LC_ALL -exec $PERL -w -I$srcdir/.. -MFetish -- - <<\EOF +exec $PERL -w -I$srcdir/.. -MCoreutils -- - <<\EOF require 5.003; use strict; diff --git a/tests/ls-2/tests b/tests/ls-2/tests index 2c387c53c..eba8e7452 100755 --- a/tests/ls-2/tests +++ b/tests/ls-2/tests @@ -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/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; 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; diff --git a/tests/mv/i-1 b/tests/mv/i-1 index 517942a25..97389267d 100755 --- a/tests/mv/i-1 +++ b/tests/mv/i-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/rm/empty-name b/tests/rm/empty-name index c9db70a99..90caa2671 100755 --- a/tests/rm/empty-name +++ b/tests/rm/empty-name @@ -13,7 +13,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/rm/unreadable b/tests/rm/unreadable index 737e22a99..a748da422 100755 --- a/tests/rm/unreadable +++ b/tests/rm/unreadable @@ -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/seq/basic b/tests/seq/basic index 93b2ff03e..5713e4b85 100755 --- a/tests/seq/basic +++ b/tests/seq/basic @@ -11,7 +11,7 @@ $PERL -e 1 > /dev/null 2>&1 || { } d=$srcdir/.. -exec $PERL -w -I$d -MFetish -- - << \EOF +exec $PERL -w -I$d -MCoreutils -- - << \EOF require 5.003; use strict; diff --git a/tests/sha1sum/basic-1 b/tests/sha1sum/basic-1 index d2c2d8e94..04725849b 100755 --- a/tests/sha1sum/basic-1 +++ b/tests/sha1sum/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/sha1sum/sample-vec b/tests/sha1sum/sample-vec index b6d86589d..fafbd247b 100755 --- a/tests/sha1sum/sample-vec +++ b/tests/sha1sum/sample-vec @@ -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/sum/basic-1 b/tests/sum/basic-1 index 0b752adb9..c42d4ddf4 100755 --- a/tests/sum/basic-1 +++ b/tests/sum/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/tsort/basic-1 b/tests/tsort/basic-1 index 7c914e286..f5287f2c3 100755 --- a/tests/tsort/basic-1 +++ b/tests/tsort/basic-1 @@ -10,7 +10,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/unexpand/basic-1 b/tests/unexpand/basic-1 index b1f2b78dc..4f1dd17dc 100755 --- a/tests/unexpand/basic-1 +++ b/tests/unexpand/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; -- cgit v1.2.3-54-g00ecf