mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 16:37:09 +02:00
Make tests work from directory names with spaces (#1325)
This commit is contained in:
@ -21,7 +21,7 @@ macro_rules! nu {
|
||||
|
||||
let commands = &*format!(
|
||||
"
|
||||
cd {}
|
||||
cd \"{}\"
|
||||
{}
|
||||
exit",
|
||||
$crate::fs::in_directory($cwd),
|
||||
@ -103,7 +103,7 @@ macro_rules! nu_error {
|
||||
|
||||
let commands = &*format!(
|
||||
"
|
||||
cd {}
|
||||
cd \"{}\"
|
||||
{}
|
||||
exit",
|
||||
$crate::fs::in_directory($cwd),
|
||||
|
Reference in New Issue
Block a user