mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
true,false: rename test_exit_code -> test_no_args
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::common::util::TestScenario;
|
||||
use std::fs::OpenOptions;
|
||||
|
||||
#[test]
|
||||
fn test_exit_code() {
|
||||
fn test_no_args() {
|
||||
new_ucmd!().fails().no_output();
|
||||
}
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ use crate::common::util::TestScenario;
|
||||
use std::fs::OpenOptions;
|
||||
|
||||
#[test]
|
||||
fn test_exit_code() {
|
||||
fn test_no_args() {
|
||||
new_ucmd!().succeeds().no_output();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user