]> git.deb.at Git - pkg/blosxom.git/blobdiff - t/Setup
Fix typo in default html head rss line, and adjust tests.
[pkg/blosxom.git] / t / Setup
diff --git a/t/Setup b/t/Setup
index 8334ff95e4592de3e3ecc2d4cca5fa97ccbf7c05..ffdbe167c0c41e314152c68ab8c0c00ecf731796 100755 (executable)
--- a/t/Setup
+++ b/t/Setup
@@ -20,6 +20,7 @@ close $th;
 
 for my $t (@tests) {
   chomp $t;
+  unlink $t if -l $t;
   print "symlink $DRIVER $t\n"; 
   eval { symlink $DRIVER, $t } or die "symlink $DRIVER, $t failed: $!";
 }