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