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/fmt/basic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/fmt') 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; -- cgit v1.2.3-54-g00ecf