summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2020-12-17 14:22:42 +0000
committerbluhm <bluhm@openbsd.org>2020-12-17 14:22:42 +0000
commita4dccd7166cad531d25370704fc765653fbc1635 (patch)
tree7d0dbbe5fa7e65ebb265ac35c192fa7f67706919
parentLink broadcast_bind, carp, in_pcbbind, sendsrcaddr regress to build. (diff)
downloadwireguard-openbsd-a4dccd7166cad531d25370704fc765653fbc1635.tar.xz
wireguard-openbsd-a4dccd7166cad531d25370704fc765653fbc1635.zip
Fix regress target name, they must be unique.
-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