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/fmt/basic | |
| parent | (EXTRA_DIST): Add Coreutils.pm and remove Fetish.pm. (diff) | |
| download | coreutils-9118673ca3eec90294a52aa15cc2383bda235560.tar.gz coreutils-9118673ca3eec90294a52aa15cc2383bda235560.zip | |
Renamed Fetish package to Coreutils.
Diffstat (limited to 'tests/fmt/basic')
| -rwxr-xr-x | tests/fmt/basic | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
