summaryrefslogtreecommitdiff
path: root/fstests
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-10 22:46:43 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-10 22:46:43 +0000
commite93b6dc1a02e900dfd0f1c0182dc86e18ef843ef (patch)
treef50d211bd922e83909ed8e0145a1ae6caac49301 /fstests
parentf02dd4d2d5b8347a06381829f04d9e60d568748f (diff)
Formerly fstests.c.~15~
Diffstat (limited to 'fstests')
-rw-r--r--fstests/fstests.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c
index 62a99453..276017e5 100644
--- a/fstests/fstests.c
+++ b/fstests/fstests.c
@@ -46,7 +46,7 @@ main ()
printf ("fstests running...\n");
-#if 1
+#if 0
if ((err = dir_unlink (root, "CREATED")) && err != ENOENT)
printf ("Error on unlink: %d\n", err);
else if (err = dir_pathtrans (root, "CREATED", O_WRITE | O_CREAT, 0666,
@@ -61,7 +61,6 @@ main ()
#else
unlink ("/newdir");
- printf ("errno: %d\n")
dir_unlink (root, "newdir"); /* unlink ("/newdir") */
dir_rmdir (root, "newdir"); /* rmdir */
dir_mkdir (root, "newdir", 0666);