diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-16 03:58:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-16 03:58:10 +0000 |
commit | 34ba9779fe0a67dcff37962c1fb6168b436c78cb (patch) | |
tree | 6974384dc7f01b0f315bd510e0a442dd0c9ed176 /fstests | |
parent | 8bfc3c40ceac4298f205c73ece0e939ef1859500 (diff) |
Formerly fstests.c.~16~
Diffstat (limited to 'fstests')
-rw-r--r-- | fstests/fstests.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c index 276017e5..46aaed25 100644 --- a/fstests/fstests.c +++ b/fstests/fstests.c @@ -63,8 +63,11 @@ main () unlink ("/newdir"); dir_unlink (root, "newdir"); /* unlink ("/newdir") */ dir_rmdir (root, "newdir"); /* rmdir */ - dir_mkdir (root, "newdir", 0666); - dir_rename (root, "README", root, "here it is now"); + dir_mkdir (root, "newdir", 0777); + dir_rename (root, "newdir", root, "newdir2"); + dir_rmdir (root, "foo"); + dir_mkdir (root, "foo", 0777); + dir_rename (root, "newdir2", root, "foo"); file_syncfs (root, 1, 0); #endif |