summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-08-05 15:16:40 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-08-05 15:16:40 +0000
commitae706c824d0ff0ed65a322f7be3c08a1631e8435 (patch)
tree26d57de2b1682a4eb71f43d2df22da7072d9be86 /regress
parent2939b235a3f54e83515a961e730462c53fabf313 (diff)
Call realpath(3) in combination with chroot(2) and chdir(2).
Use umount(8) to check that the mountpoint leaks no vnode. from Moritz Buhl
Diffstat (limited to 'regress')
-rw-r--r--regress/sys/kern/realpath-unmount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/kern/realpath-unmount/Makefile b/regress/sys/kern/realpath-unmount/Makefile
index 351650022d0..89fc4229bec 100644
--- a/regress/sys/kern/realpath-unmount/Makefile
+++ b/regress/sys/kern/realpath-unmount/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2019/08/05 15:16:39 bluhm Exp $
+# $OpenBSD: Makefile,v 1.1 2019/08/05 15:16:39 bluhm Exp $
# Call realpath(3) in combination with chroot(2), chdir(2).
# Use umount(8) to check that the mountpoint leaks no vnode.