diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-01-11 17:10:33 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-01-11 17:10:33 +0000 |
commit | 1ed675fcb15c12efee00aec2a1a9746b1ee8cb25 (patch) | |
tree | f1692f8a7ecd6f219a16fa1fa08792991d3c502f /regress | |
parent | 137cfcb430a63d499c730e81b9a7f9c542f8c795 (diff) |
Add a test that creates a nested tree of mount points. All partitions
of a vnd(4) device are mounted under /mnt. A single umount(8) of
/mnt should unmount all of them.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sys/kern/mount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/kern/mount/Makefile b/regress/sys/kern/mount/Makefile index d000f42dc00..4f5f9500ba0 100644 --- a/regress/sys/kern/mount/Makefile +++ b/regress/sys/kern/mount/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/01/11 17:10:32 bluhm Exp $ +# $OpenBSD: Makefile,v 1.1 2017/01/11 17:10:32 bluhm Exp $ .PHONY: disk mount unconfig clean |