1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

true,false: rename test_exit_code -> test_no_args

This commit is contained in:
Daniel Hofstetter 2025-03-14 08:59:27 +01:00
parent 77b701cfc4
commit 6cf1374b60
2 changed files with 2 additions and 2 deletions

View file

@ -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();
}

View file

@ -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();
}