mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Remove keep_env
from the test framework
This commit is contained in:
parent
cc77a952f5
commit
81a4e8fb7d
10 changed files with 36 additions and 81 deletions
|
@ -426,7 +426,6 @@ fn test_mktemp_tmpdir_one_arg() {
|
|||
|
||||
let result = scene
|
||||
.ucmd()
|
||||
.keep_env()
|
||||
.arg("--tmpdir")
|
||||
.arg("apt-key-gpghome.XXXXXXXXXX")
|
||||
.succeeds();
|
||||
|
@ -440,7 +439,6 @@ fn test_mktemp_directory_tmpdir() {
|
|||
|
||||
let result = scene
|
||||
.ucmd()
|
||||
.keep_env()
|
||||
.arg("--directory")
|
||||
.arg("--tmpdir")
|
||||
.arg("apt-key-gpghome.XXXXXXXXXX")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue