mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 14:07:46 +00:00
test/mkdir: reverted mkdir testing delete
This commit is contained in:
parent
8ffe367dd8
commit
553c22d33d
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ static TEST_DIR6: &str = "mkdir_test6";
|
|||
static TEST_FILE7: &str = "mkdir_test7";
|
||||
static TEST_DIR8: &str = "mkdir_test8";
|
||||
|
||||
#[test]
|
||||
fn test_mkdir_mkdir() {
|
||||
new_ucmd!().arg(TEST_DIR1).succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_mkdir_verbose() {
|
||||
let expected = "mkdir: created directory 'mkdir_test1'\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue