aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lib.t')
-rw-r--r--t/lib.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/lib.t b/t/lib.t
index b814c78..8afc46e 100644
--- a/t/lib.t
+++ b/t/lib.t
@@ -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 {