diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-04 07:55:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-04 07:55:37 +0000 |
commit | 92f6a5cd8e128e7ad73326c618340ec8f42d8d97 (patch) | |
tree | 4101d62365851f836657be6e7875b424cdc16633 /tests/seq/basic | |
parent | dfddef17acc89171f0fa064387a3e2cf736693ed (diff) | |
download | coreutils-92f6a5cd8e128e7ad73326c618340ec8f42d8d97.tar.xz |
Split a long line and tweak for font-lock mode.
Diffstat (limited to 'tests/seq/basic')
-rwxr-xr-x | tests/seq/basic | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/seq/basic b/tests/seq/basic index 8d00e1f53..330139027 100755 --- a/tests/seq/basic +++ b/tests/seq/basic @@ -5,14 +5,15 @@ : ${srcdir=.} case "$PERL" in - *'missing perl') - echo 1>&2 "$0: configure didn't find a usable version of Perl, so can't run this test" - #' - exit 77 - ;; + *missing\ perl) + echo 1>&2 "$0: configure didn't find a usable version of Perl," \ + "so can't run this test" + exit 77 + ;; esac -exec $PERL -w -I$srcdir/.. -MFetish -- - << \EOF +d=$srcdir/.. +exec $PERL -w -I$d -MFetish -- - << \EOF require 5.003; use strict; |