Make more visible the strategies for figuring out where to copy files.

This commit is contained in:
Andrés N. Robalino
2019-08-07 13:40:38 -05:00
parent e0bacaaf37
commit 50393bdf42
4 changed files with 39 additions and 34 deletions

View File

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