mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 07:20:18 +02:00
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:
@@ -8,7 +8,7 @@ fn copies_a_file() {
|
||||
Playground::setup("cp_test_1", |dirs, _| {
|
||||
nu!(
|
||||
cwd: dirs.root(),
|
||||
"cp {} cp_test_1/sample.ini",
|
||||
"cp \"{}\" cp_test_1/sample.ini",
|
||||
dirs.formats().join("sample.ini")
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user