aboutsummaryrefslogtreecommitdiff
path: root/t/bazaar.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-25 12:07:48 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-25 12:07:48 -0400
commit256a118e88e718a53253217696aeaa8b6548303d (patch)
treeec28f064d2b3ef75f02ee006e50fd40ceb882825 /t/bazaar.t
parentc401cf4f0ccdf3817fdedc7b0cff5801286dc9bf (diff)
downloadikiwiki-256a118e88e718a53253217696aeaa8b6548303d.tar
ikiwiki-256a118e88e718a53253217696aeaa8b6548303d.tar.gz
add missing --quiet
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 b182d1d32..019f05ff3 100755
--- a/t/bazaar.t
+++ b/t/bazaar.t
@@ -44,7 +44,7 @@ my $message = "Added the second page";
my $test2 = readfile("t/test2.mdwn");
writefile('test2.mdwn', $config{srcdir}, $test2);
-system "bzr add $config{srcdir}/test2.mdwn";
+system "bzr add --quiet $config{srcdir}/test2.mdwn";
system "bzr commit --quiet --author \"$user\" -m \"$message\" $config{srcdir}";
@changes = IkiWiki::rcs_recentchanges(3);