1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

mktemp: simplify test_default_missing_value()

This commit is contained in:
Daniel Hofstetter 2023-05-19 10:38:04 +02:00
parent fdf8ce548a
commit 5be5f85043

View file

@ -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]