Improve tests and labeling in FilesystemShell (#1305)

Additional `ls` command tests and better FilesystemShell error and label messages.
This commit is contained in:
Jason Gedge
2020-02-01 03:34:34 -05:00
committed by GitHub
parent 9474fa1ea5
commit dcdfa2a866
3 changed files with 96 additions and 126 deletions

View File

@ -132,7 +132,7 @@ fn errors_if_attempting_to_delete_a_directory_with_content_without_recursive_fla
);
assert!(dirs.test().exists());
assert!(actual.contains("Cannot remove non-empty directory"));
assert!(actual.contains("cannot remove non-empty directory"));
})
}