Skip to content

Commit

Permalink
chimera: testDeleteDir should create a directory
Browse files Browse the repository at this point in the history
Acked-by: Albert Rossi
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Mar 10, 2023
1 parent f240f1f commit 8f0653e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -245,7 +245,7 @@ public void testDeleteDir() throws Exception {

FsInode base = _rootInode.mkdir("junit");

base.create("testCreateDir", 0, 0, 0644);
base.mkdir("testCreateDir", 0, 0, 0644);
Stat stat = base.stat();

Thread.sleep(1); // ensure updated directory mtime is distinct from creation mtime
Expand Down

0 comments on commit 8f0653e

Please sign in to comment.