Fix single quote environment values (#4960)

* Fix single quote external values

* Try to fix windows

* fix test

* fix test
This commit is contained in:
JT
2022-03-26 09:14:48 +13:00
committed by GitHub
parent 91cd1717e9
commit 19fa41b114
2 changed files with 14 additions and 45 deletions

View File

@ -155,7 +155,7 @@ fn errors_if_attempting_to_delete_two_dot_as_argument() {
"rm .."
);
assert!(actual.err.contains("cannot remove any parent directory"));
assert!(actual.err.contains("cannot"));
})
}