summaryrefslogtreecommitdiff
path: root/tests/fmt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fmt')
-rwxr-xr-xtests/fmt/basic4
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;