From e4c1c5efcafb881f274b25bf57e5d975fbe7122e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Sep 1996 18:56:04 +0000 Subject: Prefix $in with \$srcdir/ so make check works with VPATH build. From Uli Drepper. --- tests/sort/build-script.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sort/build-script.pl b/tests/sort/build-script.pl index 7b87247e5..11db4eada 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 <