summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2020-12-17 14:22:43 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2020-12-17 14:22:43 +0000
commit15a8b563220bb020ddc6b7edd48c7c053056cc59 (patch)
treebf41405097aaf62035f10494ff304ae5c577b30f /regress/sys
parent40cda55c1ddb9030746325789701a7e36503cc6b (diff)
Fix regress target name, they must be unique.
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/kern/unveil-unmount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/unveil-unmount/Makefile b/regress/sys/kern/unveil-unmount/Makefile
index 59da3662d8e..810874203f6 100644
--- a/regress/sys/kern/unveil-unmount/Makefile
+++ b/regress/sys/kern/unveil-unmount/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:12 bluhm Exp $
+# $OpenBSD: Makefile,v 1.6 2020/12/17 14:22:42 bluhm Exp $
# Call unveil(2) in combination with unlink(2), chroot(2), chdir(2).
# Use umount(8) to check that the mountpoint leaks no vnode.
@@ -107,7 +107,7 @@ run-chroot-open-rootslash:
${SUDO} umount /mnt/regress-unveil
REGRESS_TARGETS += run-chroot-unveil-rootdot-open
-run-chroot-unveil-rootdotdot-open:
+run-chroot-unveil-rootdot-open:
${SUDO} mkdir -p /mnt/regress-unveil
${SUDO} touch /mnt/regress-unveil/baz
${SUDO} ./unveil-chroot /mnt/regress-unveil /. /baz