From: Jim Meyering Date: Sun, 8 Sep 1996 18:56:04 +0000 (+0000) Subject: Prefix $in with \$srcdir/ so make check works with VPATH build. X-Git-Tag: TEXTUTILS-1_19f~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c1c5efcafb881f274b25bf57e5d975fbe7122e;p=thirdparty%2Fcoreutils.git Prefix $in with \$srcdir/ so make check works with VPATH build. From Uli Drepper. --- diff --git a/tests/sort/build-script.pl b/tests/sort/build-script.pl index 7b87247e57..11db4eada0 100644 --- a/tests/sort/build-script.pl +++ b/tests/sort/build-script.pl @@ -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 <