mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
echo: rename test function
This commit is contained in:
parent
9c08dd9851
commit
0ce0ea04f6
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ fn full_version_argument() {
|
|||
}
|
||||
|
||||
#[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"); // This one is just in case.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue