1
Fork 0
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:
Pyokyeong Son 2022-02-19 05:46:11 +00:00
parent 8ffe367dd8
commit 553c22d33d

View file

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