summaryrefslogtreecommitdiff
path: root/tests/seq
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-04-04 07:55:37 +0000
committerJim Meyering <jim@meyering.net>2000-04-04 07:55:37 +0000
commit92f6a5cd8e128e7ad73326c618340ec8f42d8d97 (patch)
tree4101d62365851f836657be6e7875b424cdc16633 /tests/seq
parentdfddef17acc89171f0fa064387a3e2cf736693ed (diff)
downloadcoreutils-92f6a5cd8e128e7ad73326c618340ec8f42d8d97.tar.xz
Split a long line and tweak for font-lock mode.
Diffstat (limited to 'tests/seq')
-rwxr-xr-xtests/seq/basic13
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;