summaryrefslogtreecommitdiff
path: root/tests/CuTmpdir.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CuTmpdir.pm')
-rw-r--r--tests/CuTmpdir.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CuTmpdir.pm b/tests/CuTmpdir.pm
index 05c302995..efa646213 100644
--- a/tests/CuTmpdir.pm
+++ b/tests/CuTmpdir.pm
@@ -28,7 +28,7 @@ my $dir;
sub skip_test($)
{
- warn "$ME: skipping test: unsafe working directory name: `$_[0]'\n";
+ warn "$ME: skipping test: unsafe working directory name: '$_[0]'\n";
exit 77;
}