mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
Merge pull request #9580 from Ecordonnier/eco/remove-fixme
timeout: remove FIXME in test
This commit is contained in:
commit
a0c14aacbb
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@ fn test_invalid_arg() {
|
|||
new_ucmd!().arg("--definitely-invalid").fails_with_code(125);
|
||||
}
|
||||
|
||||
// FIXME: this depends on the system having true and false in PATH
|
||||
// the best solution is probably to generate some test binaries that we can call for any
|
||||
// utility that requires executing another program (kill, for instance)
|
||||
#[test]
|
||||
fn test_subcommand_return_code() {
|
||||
new_ucmd!().arg("1").arg("true").succeeds();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue