diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm index 63949eb..86b521b 100644 --- a/pidl/tests/Util.pm +++ b/pidl/tests/Util.pm @@ -118,7 +118,7 @@ $c my $test_data_prefix = $ENV{TEST_DATA_PREFIX}; my $outfile; if (defined($test_data_prefix)) { - $outfile = "$test_data_prefix/test-$name"; + $outfile = "$test_data_prefix/test-$name"; } else { $outfile = "./test-$name"; }