From: Paul Eggert Date: Wed, 20 Apr 2005 07:54:54 +0000 (+0000) Subject: Renamed Fetish package to Coreutils. X-Git-Tag: CPPI-1_12~959 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9118673ca3eec90294a52aa15cc2383bda235560;p=thirdparty%2Fcoreutils.git Renamed Fetish package to Coreutils. --- diff --git a/tests/basename/basic b/tests/basename/basic index 6f022df4cd..8fd4ad2bb0 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 f8b3e8845f..e0a509d413 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 99d772e1cf..b2a3315681 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 36bc2e4db1..efe62f6320 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 a0cea651cc..79ff566a3b 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 97008e33da..4ecd8a06a5 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 28c4fb91a5..7d8916efd7 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 2c387c53c3..eba8e74528 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 9683e8d310..63221988a1 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 7473e554d9..d0facd32f3 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 8bd63aacf7..24a3a509c0 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 3e065e911b..c799b78bf4 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 7d29f98a05..9731305a27 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 8085759be3..b854f83852 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 cd3ff5395b..6cc6ed2521 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 517942a252..97389267dc 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 c9db70a992..90caa26712 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 737e22a992..a748da422d 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 93b2ff03e4..5713e4b856 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 d2c2d8e94f..04725849b8 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 b6d86589da..fafbd247b0 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 0b752adb95..c42d4ddf4a 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 7c914e2861..f5287f2c3a 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 b1f2b78dc3..4f1dd17dc8 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;