From 34ba9779fe0a67dcff37962c1fb6168b436c78cb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 16 Mar 1994 03:58:10 +0000 Subject: Formerly fstests.c.~16~ --- fstests/fstests.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fstests/fstests.c') 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 -- cgit v1.2.3