mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
mktemp: simplify test_default_missing_value()
This commit is contained in:
@@ -854,8 +854,7 @@ fn test_nonexistent_dir_prefix() {
|
||||
|
||||
#[test]
|
||||
fn test_default_missing_value() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
scene.ucmd().arg("-d").arg("--tmpdir").succeeds();
|
||||
new_ucmd!().arg("-d").arg("--tmpdir").succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user