6 $PERL -e 1 > /dev
/null
2>&1 ||
{
7 echo 1>&2 "$0: configure didn't find a usable version of Perl," \
8 "so can't run this test"
12 exec $PERL -w -I$srcdir/..
-MFetish -- - <<\EOF
16 (my
$program_name = $0) =~ s|.
*/||
;
18 # Turn off localisation of executable's ouput.
19 @ENV
{qw
(LANGUAGE LANG LC_ALL
)} = ('C') x
3;
23 ['a', {IN
=> {k
=> "exec\n"}},
24 {ERR
=> "dircolors: k:1: invalid line; missing second token\n"},
28 my
$save_temps = $ENV{DEBUG
};
29 my
$verbose = $ENV{VERBOSE
};
31 my
$prog = $ENV{PROG
} || die
"$0: \$PROG not specified in environment\n";
32 my
$fail = run_tests
($program_name, $prog, \@Tests
, $save_temps, $verbose);