From e5b3f3747cec5c007c69a9508b512bb37292fe74 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 8 May 2026 04:13:44 +0000 Subject: asr regress: workaround due to removal of . from the path Since . is no longer part of the default path, . regress.subr no longer works. Use ${PWD}. With this, the regress appears to mostly work except for what looks like ordering issues and of course it isn't using bsd.regress.mk. I leave the former to the DNS experts and the latter to the regress experts if they're interested. --- src/regress/lib/libc/asr/regress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/asr/regress.sh b/src/regress/lib/libc/asr/regress.sh index a0950cefde..d6ced49d6b 100644 --- a/src/regress/lib/libc/asr/regress.sh +++ b/src/regress/lib/libc/asr/regress.sh @@ -1,6 +1,6 @@ -# $OpenBSD: regress.sh,v 1.7 2017/03/10 17:23:48 eric Exp $ +# $OpenBSD: regress.sh,v 1.8 2026/05/08 04:13:44 tb Exp $ -. regress.subr +. ${PWD}/regress.subr test_res_mkquery() { -- cgit v1.2.3-55-g6feb