summaryrefslogtreecommitdiffstats
path: root/pidl/tests/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'pidl/tests/Util.pm')
-rw-r--r--pidl/tests/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm
index 63949eb5a3..86b521bf94 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";
}