Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
If PERL5LIB is set to the libdir when building ikiwiki, calculate and hardcode a...
[git.ikiwiki.info.git]
/
t
/
bazaar.t
diff --git
a/t/bazaar.t
b/t/bazaar.t
index 75534682b6532cdc27981652d65ab79d09c8280d..f064814fe15cbdf5d6ee9a41a5f22df766ab8ab8 100755
(executable)
--- a/
t/bazaar.t
+++ b/
t/bazaar.t
@@
-17,7
+17,7
@@
use Test::More tests => 11;
BEGIN { use_ok("IkiWiki"); }
%config=IkiWiki::defaultconfig();
-$config{rcs} = "b
azaa
r";
+$config{rcs} = "b
z
r";
$config{srcdir} = "$dir/repo";
IkiWiki::checkconfig();