Reduce test case

This commit is contained in:
Ayaz Hafiz 2022-09-07 12:49:05 -05:00
parent 98b6fe0f7f
commit c832ed04cb
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -489,7 +489,7 @@ mod cli_run {
executable_filename: "args", executable_filename: "args",
stdin: &[], stdin: &[],
arguments: &[Arg::PlainText("hello"), Arg::PlainText("world")], arguments: &[Arg::PlainText("hello"), Arg::PlainText("world")],
expected_ending: "args hello world\n", expected_ending: "hello world\n",
use_valgrind: false, use_valgrind: false,
}, },
effects:"interactive" => Example { effects:"interactive" => Example {