aboutsummaryrefslogtreecommitdiff
path: root/t/bazaar.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-25 15:16:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-25 15:16:49 -0400
commita69e3f26dde1ebdc84d5e69c2194a12cc11e953a (patch)
treee91cb02c8703bb3387f9374f2c09c3a2b0464c21 /t/bazaar.t
parent11872cecfcf40a4f68677a82b0d2db7c8e24dd71 (diff)
downloadikiwiki-a69e3f26dde1ebdc84d5e69c2194a12cc11e953a.tar
ikiwiki-a69e3f26dde1ebdc84d5e69c2194a12cc11e953a.tar.gz
2 was apparently correct
I don't think it really matters whether directories are returned or not.
Diffstat (limited to 't/bazaar.t')
-rwxr-xr-xt/bazaar.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bazaar.t b/t/bazaar.t
index fcdc3d4de..675a143b5 100755
--- a/t/bazaar.t
+++ b/t/bazaar.t
@@ -66,7 +66,7 @@ IkiWiki::rcs_commit_staged("Added the 4th page", "moo", "Joe User");
@changes = IkiWiki::rcs_recentchanges(4);
-is($#changes, 3);
+is($#changes, 2);
is($changes[0]{pages}[0]{"page"}, "test4.mdwn");
ok(mkdir($config{srcdir}."/newdir"));