mirror of
https://github.com/uutils/coreutils.git
synced 2025-08-30 23:38:11 +00:00
Merge pull request #4091 from dmatos2012/allow-default-value-mktemp
mktemp: allow default missing value
This commit is contained in:
commit
2d79c4f693
2 changed files with 9 additions and 0 deletions
|
@ -825,3 +825,9 @@ fn test_nonexistent_dir_prefix() {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_default_missing_value() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
scene.ucmd().arg("-d").arg("--tmpdir").succeeds();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue