mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
true,false: rename test_exit_code -> test_no_args
This commit is contained in:
parent
77b701cfc4
commit
6cf1374b60
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ use crate::common::util::TestScenario;
|
||||||
use std::fs::OpenOptions;
|
use std::fs::OpenOptions;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_exit_code() {
|
fn test_no_args() {
|
||||||
new_ucmd!().fails().no_output();
|
new_ucmd!().fails().no_output();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ use crate::common::util::TestScenario;
|
||||||
use std::fs::OpenOptions;
|
use std::fs::OpenOptions;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_exit_code() {
|
fn test_no_args() {
|
||||||
new_ucmd!().succeeds().no_output();
|
new_ucmd!().succeeds().no_output();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue