We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d590ca + 3822401 commit a0c14aaCopy full SHA for a0c14aa
tests/by-util/test_timeout.rs
@@ -15,9 +15,6 @@ fn test_invalid_arg() {
15
new_ucmd!().arg("--definitely-invalid").fails_with_code(125);
16
}
17
18
-// FIXME: this depends on the system having true and false in PATH
19
-// the best solution is probably to generate some test binaries that we can call for any
20
-// utility that requires executing another program (kill, for instance)
21
#[test]
22
fn test_subcommand_return_code() {
23
new_ucmd!().arg("1").arg("true").succeeds();
0 commit comments