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/unexpand | |
parent | 6195b005132e85eea1ecf38b60846dca290fd0c1 (diff) | |
download | coreutils-9118673ca3eec90294a52aa15cc2383bda235560.tar.xz |
Renamed Fetish package to Coreutils.
Diffstat (limited to 'tests/unexpand')
-rwxr-xr-x | tests/unexpand/basic-1 | 2 |
1 files changed, 1 insertions, 1 deletions
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; |