mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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]
|
#[test]
|
||||||
fn test_default_missing_value() {
|
fn test_default_missing_value() {
|
||||||
let scene = TestScenario::new(util_name!());
|
new_ucmd!().arg("-d").arg("--tmpdir").succeeds();
|
||||||
scene.ucmd().arg("-d").arg("--tmpdir").succeeds();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue