This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ec071389 Allow for change in verbose output
ec071389 is described below
commit ec07138967c0b832884052274939d2cdd2c7d356
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 14 00:10:52 2024 +0100
Allow for change in verbose output
---
lib/spec/lib/svn_wunderbar_spec.rb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/lib/spec/lib/svn_wunderbar_spec.rb
b/lib/spec/lib/svn_wunderbar_spec.rb
index a08f2f14..a0186a9c 100644
--- a/lib/spec/lib/svn_wunderbar_spec.rb
+++ b/lib/spec/lib/svn_wunderbar_spec.rb
@@ -287,10 +287,8 @@ describe 'ASF::SVN.svnmucc_', skip: svnmucc_missing do
ts = out['transcript']
expect(ts).to be_kind_of(Array)
expect(ts[0]).to match(%r{\$ echo})
- # either --password pass or --password-from-stdin {:stdin=>\"pass\"}
- # This depends on the order in which the command line is built up
- expect(ts[1]).to match(%r{^svnmucc .*--message test .*--username user
--password.+pass})
- expect(ts[4]).to eq('usage: svnmucc ACTION...') # output of svnmucc help
+ expect(ts[1]).to match(%r{^svnmucc .*--message test .*--username user
--password-from-stdin})
+ expect(ts[5]).to eq('usage: svnmucc ACTION...') # output of svnmucc help
end
it "svnmucc_([['help']],'test',ENV_.new,_,nil,{root: root}) should include
--root-url" do
root = ASF::SVN.svnurl!(SAMPLE_SVN_NAME)