From: Jim Meyering Date: Tue, 4 Apr 2000 07:58:21 +0000 (+0000) Subject: Split a long line and tweak for font-lock mode. X-Git-Tag: FILEUTILS-4_0r~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fe3b0fe414c46594d3308a67ba049cc6c9e6a1d;p=thirdparty%2Fcoreutils.git Split a long line and tweak for font-lock mode. --- diff --git a/tests/factor/basic b/tests/factor/basic index b0b2e7b05e..0c830315f0 100755 --- a/tests/factor/basic +++ b/tests/factor/basic @@ -1,16 +1,19 @@ #!/bin/sh +# -*-perl-*- : ${PERL=perl} : ${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 - ;; + 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;