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 ['m1', '-m', {IN
=> {empty
=> ''}}, {IN
=> {f
=> "foo\n"}}, {OUT
=>"foo\n"}],
26 my
$save_temps = $ENV{DEBUG
};
27 my
$verbose = $ENV{VERBOSE
};
29 my
$prog = $ENV{PROG
} || die
"$0: \$PROG not specified in environment\n";
30 my
$fail = run_tests
($program_name, $prog, \@Tests
, $save_temps, $verbose);