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 15f8bf6 Try again to cause fail
15f8bf6 is described below
commit 15f8bf62ba05bad0e4787ce2967b74f1fb13f36d
Author: Sebb <[email protected]>
AuthorDate: Tue May 28 00:27:37 2019 +0100
Try again to cause fail
---
lib/spec/lib/mail/mlist_spec.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index 93896a9..1aced47 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -8,7 +8,8 @@ describe ASF::MLIST do
describe "Dummy test to trigger Travis error" do
it "Should fail" do
- expect(%x(ls /srv)).to eq('')
+ expect(%x(touch /srv/test.tmp)).to eq('')
+ expect(%x(ls -l /srv/test.tmp)).to eq('x')
end
end