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:
parent
fdf8ce548a
commit
5be5f85043
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue