mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-18 01:18:51 +02:00
Prefix $in with \$srcdir/ so make check works with VPATH build.
From Uli Drepper.
This commit is contained in:
@@ -48,7 +48,7 @@ foreach $test_vector (@Test::t)
|
||||
close (EXP);
|
||||
my $err_output = "t$test_name.err";
|
||||
|
||||
my $cmd = "\$xx $flags $in > $out 2> $err_output";
|
||||
my $cmd = "\$xx $flags \$srcdir/$in > $out 2> $err_output";
|
||||
$exp_name = "\$srcdir/$exp_name";
|
||||
print <<EOF ;
|
||||
$cmd
|
||||
|
||||
Reference in New Issue
Block a user