diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-07 23:24:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-07 23:24:13 +0000 |
commit | 49d0176491d1ee0d90d5dc83e462396e76a1195b (patch) | |
tree | b7db0706f6310989dc0cd6c0feeeb1ac3b49cc2b | |
parent | 658565fa9ffaa96b95192a3af1bd071830a3263a (diff) |
Formerly fstests.c.~13~
-rw-r--r-- | fstests/fstests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fstests/fstests.c b/fstests/fstests.c index 74b64c28..c291c5d5 100644 --- a/fstests/fstests.c +++ b/fstests/fstests.c @@ -45,6 +45,8 @@ main () root = _hurd_ports[INIT_PORT_CRDIR].port; stdout = mach_open_devstream (_hurd_init_dtable[1], "w"); + printf ("fstests running...\n"); + #if 1 if ((err = dir_unlink (root, "CREATED")) && err != ENOENT) printf ("Error on unlink: %d\n", err); |