summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sort/build-script.pl2
1 files changed, 1 insertions, 1 deletions
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 <<EOF ;
$cmd