diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 12:07:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-25 12:07:48 -0400 |
commit | 256a118e88e718a53253217696aeaa8b6548303d (patch) | |
tree | ec28f064d2b3ef75f02ee006e50fd40ceb882825 /t | |
parent | c401cf4f0ccdf3817fdedc7b0cff5801286dc9bf (diff) | |
download | ikiwiki-256a118e88e718a53253217696aeaa8b6548303d.tar ikiwiki-256a118e88e718a53253217696aeaa8b6548303d.tar.gz |
add missing --quiet
Diffstat (limited to 't')
-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 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); |