Fix command line test by adding small wait

This commit is contained in:
sashko
2015-03-05 19:47:11 -08:00
parent 18e304b28c
commit c914dc94cf

View File

@@ -24,6 +24,7 @@ selftest.define("argument parsing", function () {
// conflicting command-like options
run = s.run("aoeuasdf", "--version");
run.waitSecs(5);
run.matchErr("pass anything else along with --version");
run.expectExit(1);