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 d7474f5a9..7df033cbc 100644
--- a/tests/sort/build-script.pl
+++ b/tests/sort/build-script.pl
@@ -43,7 +43,7 @@ foreach $test_vector (@Test::t)
open (IN, ">$in") || die "$0: $in: $!\n";
print IN $input;
close (IN) || die "$0: $in: $!\n";
- open (EXP, ">$exp_name") || die "$0: $in: $!\n";
+ open (EXP, ">$exp_name") || die "$0: $exp_name: $!\n";
print EXP $expected;
close (EXP) || die "$0: $exp_name: $!\n";
my $err_output = "t$test_name.err";