]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Prefix $in with \$srcdir/ so make check works with VPATH build.
authorJim Meyering <jim@meyering.net>
Sun, 8 Sep 1996 18:56:04 +0000 (18:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 8 Sep 1996 18:56:04 +0000 (18:56 +0000)
From Uli Drepper.

tests/sort/build-script.pl

index 7b87247e57cb91e4c262077d0b5483ef0c94ddee..11db4eada0ae747030969c531c4b398612fceaa5 100644 (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