summaryrefslogtreecommitdiff
path: root/fstests
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-16 03:58:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-16 03:58:10 +0000
commit34ba9779fe0a67dcff37962c1fb6168b436c78cb (patch)
tree6974384dc7f01b0f315bd510e0a442dd0c9ed176 /fstests
parent8bfc3c40ceac4298f205c73ece0e939ef1859500 (diff)
Formerly fstests.c.~16~
Diffstat (limited to 'fstests')
-rw-r--r--fstests/fstests.c7
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