1
0
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:
Jim Meyering
1996-09-08 18:56:04 +00:00
parent c830d53afb
commit e4c1c5efca
+1 -1
View File
@@ -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