diff options
Diffstat (limited to 't/lib.t')
-rw-r--r-- | t/lib.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,10 +14,10 @@ BEGIN { domains => ['spamcat.example.com', 'spamcat2.example.com']); system("rm -rf $tmpdir") == 0 - or die "Couldn't remove ‘$tmpdir’: $!\n"; + or die "Couldn't remove $tmpdir: $!\n"; mkdir $tmpdir; system("sqlite3 $conf{dbpath} < config/create-tables.sql") == 0 - or die "Couldn't create ‘$conf{dbpath}’: $!\n"; + or die "Couldn't create $conf{dbpath}: $!\n"; } END { |