mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Fix single quote environment values (#4960)
* Fix single quote external values * Try to fix windows * fix test * fix test
This commit is contained in:
@ -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"));
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user