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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user