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