summaryrefslogtreecommitdiff
path: root/regress/sys/kern
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2017-04-12 14:46:32 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2017-04-12 14:46:32 +0000
commitd7b0e74816f6b0328ebd42fa5516209439a0fb7a (patch)
tree8160f4349d8e9a51392e9dfb572367d69bc37add /regress/sys/kern
parent7c325cfe55eef8144028e72c8caf48bfbebfafa6 (diff)
Add comment what the test does.
Diffstat (limited to 'regress/sys/kern')
-rw-r--r--regress/sys/kern/mount/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/regress/sys/kern/mount/Makefile b/regress/sys/kern/mount/Makefile
index 6341012f24b..eb877ef1574 100644
--- a/regress/sys/kern/mount/Makefile
+++ b/regress/sys/kern/mount/Makefile
@@ -1,4 +1,12 @@
-# $OpenBSD: Makefile,v 1.3 2017/01/18 11:56:10 bluhm Exp $
+# $OpenBSD: Makefile,v 1.4 2017/04/12 14:46:31 bluhm Exp $
+
+# This regress test uses a disk template to create 15 partitions on
+# a vnd device. All are initialized with a ffs file system. Then
+# they are mounted nestedly in /mnt, see disktemplate for the tree
+# layout. The unmount-nested test uses umount -f to unmount /mnt,
+# without -f it does not work. It is checked that the kernel does
+# the unmount recursively. There must be no dangling mount points.
+# The whole tests have to be run as root.
CLEANFILES= diskimage stamp-*