When the nushell is located in a path that has a space in it, these tests break, this fixes it (#1944)

This commit is contained in:
Joseph T. Lyons
2020-06-06 23:50:52 -04:00
committed by GitHub
parent 15e66ae065
commit bef9669b85
3 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ fn writes_out_csv() {
nu!(
cwd: dirs.root(),
"open {}/cargo_sample.toml | get package | save save_test_2/cargo_sample.csv",
"open \"{}/cargo_sample.toml\" | get package | save save_test_2/cargo_sample.csv",
dirs.formats()
);