From e2dd38700528a4cb11ece1d75f9122e6fb744b0d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 27 Aug 2024 10:10:00 +0200 Subject: [PATCH] Don't hardcode arch in test script --- regression-tests.recursor-dnssec/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor-dnssec/runtests b/regression-tests.recursor-dnssec/runtests index b4ded3d9b2..adee05c461 100755 --- a/regression-tests.recursor-dnssec/runtests +++ b/regression-tests.recursor-dnssec/runtests @@ -27,7 +27,7 @@ export PDNSUTIL=${PDNSUTIL:-${PWD}/../pdns/pdnsutil} export PDNSRECURSOR=${PDNSRECURSOR:-${PWD}/../pdns/recursordist/pdns_recursor} export RECCONTROL=${RECCONTROL:-${PWD}/../pdns/recursordist/rec_control} -LIBFAKETIME_DEFAULT=/usr/lib/x86_64-linux-gnu/faketime/libfaketimeMT.so.1 # ubuntu default +LIBFAKETIME_DEFAULT=/usr/lib/$(arch)-linux-gnu/faketime/libfaketimeMT.so.1 # ubuntu default LIBAUTHBIND_DEFAULT=/usr/lib/authbind/libauthbind.so.1 if [ $(uname -s) = "Darwin" ]; then # macOS is not /really/ supported here; it works for some tests, and then you might need sudo. -- 2.47.2