Make tests work from directory names with spaces (#1325)

This commit is contained in:
Shaurya Shubham
2020-02-01 11:42:56 +05:30
committed by GitHub
parent 6427ea2331
commit 49a1385543
4 changed files with 5 additions and 5 deletions

View File

@ -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),