fix mac build failure

(cherry picked from commit 40b603e098)
pull/859/head
Dolph Mathews 3 years ago committed by Alex Willmer
parent 042e46682e
commit bd086fd519

@ -19,5 +19,6 @@
('sudo: no such option: --derps' in out.msg) or
("sudo: invalid option -- '-'" in out.module_stderr) or
("sudo: unrecognized option `--derps'" in out.module_stderr) or
("sudo: unrecognized option `--derps'" in out.module_stdout) or
("sudo: unrecognized option '--derps'" in out.module_stderr)
fail_msg: out={{out}}

Loading…
Cancel
Save