forked from extern/nushell
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:
@ -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()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user