aboutsummaryrefslogtreecommitdiff
path: root/t/bazaar.t
diff options
context:
space:
mode:
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"));