]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't hardcode arch in test script 14558/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 27 Aug 2024 08:10:00 +0000 (10:10 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 27 Aug 2024 08:10:00 +0000 (10:10 +0200)
regression-tests.recursor-dnssec/runtests

index b4ded3d9b24585e72f7cd46d8b36635b3823c566..adee05c4617320de7d1bdc9b02b8fb9315c9446b 100755 (executable)
@@ -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.