diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 15:16:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 15:16:49 -0400 |
commit | a69e3f26dde1ebdc84d5e69c2194a12cc11e953a (patch) | |
tree | e91cb02c8703bb3387f9374f2c09c3a2b0464c21 | |
parent | 11872cecfcf40a4f68677a82b0d2db7c8e24dd71 (diff) |
2 was apparently correct
I don't think it really matters whether directories are returned or not.
-rwxr-xr-x | t/bazaar.t | 2 |
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")); |