projects
/
pkg
/
blosxom.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refactoring usage of $url_escape_re into a function named url_escape_url_path_and_fn.
[pkg/blosxom.git]
/
t
/
Setup
diff --git
a/t/Setup
b/t/Setup
index
ffdbe16
..
93f0733
100755
(executable)
--- a/
t/Setup
+++ b/
t/Setup
@@
-7,7
+7,7
@@
use strict;
use IO::File;
my $DRIVER = 'driver';
-my $TESTS = '
driver_t
ests';
+my $TESTS = '
T
ests';
die "cannot find driver file '$DRIVER'" unless -f $DRIVER;
die "cannot find tests file '$TESTS'" unless -f $TESTS;