summaryrefslogtreecommitdiff
path: root/fstests/fstests.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-16 04:39:17 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-16 04:39:17 +0000
commita6d6d5a2db8d10db548e14f5d37803bb4c8db617 (patch)
tree87eabb8b73c007c0cd1eac74274cac4aed54388b /fstests/fstests.c
parent926c0c68a356cb9b1af42f2128f83052e2895c38 (diff)
Formerly fstests.c.~7~
Diffstat (limited to 'fstests/fstests.c')
-rw-r--r--fstests/fstests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c
index f315f26e..f24a67a0 100644
--- a/fstests/fstests.c
+++ b/fstests/fstests.c
@@ -42,9 +42,9 @@ main ()
root = _hurd_ports[INIT_PORT_CRDIR].port;
stdout = mach_open_devstream (_hurd_init_dtable[1], "w");
- if (err = dir_unlink (root, "CREATED"))
+/* if (err = dir_unlink (root, "CREATED"))
printf ("Error on unlink: %d\n", err);
- else if (err = dir_pathtrans (root, "CREATED", O_WRITE | O_CREAT, 0666,
+ else */ if (err = dir_pathtrans (root, "CREATED", O_WRITE | O_CREAT, 0666,
&retry, pathbuf, &filetowrite))
printf ("Error on pathtrans: %d\n", err);
else if (err = io_write (filetowrite, string, strlen (string), -1, &written))