mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Make more visible the strategies for figuring out where to copy files.
This commit is contained in:
@ -43,7 +43,7 @@ fn creates_intermediary_directories_with_p_flag() {
|
||||
nu!(
|
||||
_output,
|
||||
cwd(&full_path),
|
||||
"mkdir some_folder/another/deeper_one --p"
|
||||
"mkdir some_folder/another/deeper_one --create-all"
|
||||
);
|
||||
|
||||
let mut expected = PathBuf::from(full_path);
|
||||
|
Reference in New Issue
Block a user