mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
echo: rename test function
This commit is contained in:
@@ -524,7 +524,7 @@ fn full_version_argument() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn only_help_argument_prints_help() {
|
fn full_help_argument() {
|
||||||
assert_ne!(new_ucmd!().arg("--help").succeeds().stdout(), b"--help\n");
|
assert_ne!(new_ucmd!().arg("--help").succeeds().stdout(), b"--help\n");
|
||||||
assert_ne!(new_ucmd!().arg("--help").succeeds().stdout(), b"--help"); // This one is just in case.
|
assert_ne!(new_ucmd!().arg("--help").succeeds().stdout(), b"--help"); // This one is just in case.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user