summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fstests/fstests.c2
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);