blob: 20efbfc99072623f94d7c52c17e90343e22f4ea5 [file] [log] [blame]
bin.name = "stdio-fixture"
args = ["--unknown-argument"]
status.code = 2
stdout = ""
stderr = """
error: unexpected argument '--unknown-argument' found
Usage: stdio-fixture[EXE] [OPTIONS] [COMMAND]
For more information, try '--help'.
"""