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 1eb5381 Order has changed
1eb5381 is described below
commit 1eb53815166cad37ddd9aa66d8cfd7dea26a5f75
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 29 01:41:36 2020 +0100
Order has changed
---
lib/spec/lib/svn_wunderbar_spec.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/spec/lib/svn_wunderbar_spec.rb
b/lib/spec/lib/svn_wunderbar_spec.rb
index ca54fcf..fceddb0 100644
--- a/lib/spec/lib/svn_wunderbar_spec.rb
+++ b/lib/spec/lib/svn_wunderbar_spec.rb
@@ -111,7 +111,7 @@ describe "ASF::SVN.svn_" do
ASF::SVN.svn_('help', 'help', _, {auth: [['a','b']], env:
ENV_.new('c','d'), user: 'user', password: 'pass', verbose: true, dryrun: true})
end
expect(rc1).to eq(0)
- exp = [["svn", [["a", "b"]], "--no-auth-cache", "help",
"--non-interactive", "--", "help"], {}]
+ exp = [["svn", "help", [["a", "b"]], "--no-auth-cache",
"--non-interactive", "--", "help"], {}]
act = out1['transcript'][1]
expect(act).to eq(exp.inspect)
end