diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-12-23 15:42:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-26 16:32:27 +0000 |
| commit | 02376be32d6bcccc0c722c08779bd71e70516599 (patch) | |
| tree | 2d8008c5a13705a409056870005effb6655c7219 | |
| parent | bd8296bd81d55563f7ccafca77b7b74fb219df9e (diff) | |
tests/ci: Use :H:H rather than ../..
In general we want to strip subdir components, rather than appending
`..`s.
Reviewed by: lwhsu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54352
| -rw-r--r-- | tests/ci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/Makefile b/tests/ci/Makefile index 02b20eea58a6..0f99e26fa4d0 100644 --- a/tests/ci/Makefile +++ b/tests/ci/Makefile @@ -18,7 +18,7 @@ # USE_QEMU: Use QEMU for testing rather than bhyve # -WORLDDIR?= ${.CURDIR}/../.. +WORLDDIR?= ${.CURDIR:H:H} RELEASEDIR= ${WORLDDIR}/release MAKECONF?= /dev/null SRCCONF?= /dev/null |
