diff options
Diffstat (limited to 'tests/test_driver.pl')
-rw-r--r-- | tests/test_driver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_driver.pl b/tests/test_driver.pl index 4ec3a11..30d2ab7 100644 --- a/tests/test_driver.pl +++ b/tests/test_driver.pl @@ -132,7 +132,7 @@ sub toplevel &parse_command_line (@ARGV); - print "OS name = `$osname'\n" if $debug; + print "OS name = '$osname'\n" if $debug; $workpath = "$cwdslash$workdir"; $scriptpath = "$cwdslash$scriptdir"; |