Fix broken Shippable

This commit is contained in:
Dag Wieers 2017-02-01 01:44:49 +01:00 committed by Matt Clay
commit bbe2903d63
2 changed files with 0 additions and 6 deletions

View file

@ -15,7 +15,6 @@
- cmdout.stderr == ""
- cmdout.stdout is search('GROUP INFORMATION')
- '"GROUP INFORMATION" in cmdout.stdout_lines'
- cmdout.warnings == []
- name: execute something nonexistent
win_command: bogus_command1234
@ -48,7 +47,6 @@
- cmdout.stderr is search('some error')
- cmdout.stdout == "some output \r\n"
- cmdout.stdout_lines == ["some output "]
- cmdout.warnings == []
- name: ensure test file is absent
win_file: