From: Michał Kępień Date: Fri, 31 Jul 2020 09:26:31 +0000 (+0200) Subject: Fix relative path to conf.sh in cleanpkcs11.sh X-Git-Tag: v9.17.5~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7b78f3a4057068e340098d0b651fc7a017de945;p=thirdparty%2Fbind9.git Fix relative path to conf.sh in cleanpkcs11.sh --- diff --git a/bin/tests/system/cleanpkcs11.sh b/bin/tests/system/cleanpkcs11.sh index d20c51a371c..bc640548c81 100644 --- a/bin/tests/system/cleanpkcs11.sh +++ b/bin/tests/system/cleanpkcs11.sh @@ -9,6 +9,6 @@ # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. -. ../conf.sh +. ./conf.sh [ -x "$TOP_BUILDDIR/bin/pkcs11/pkcs11-destroy" ] && $PK11DEL -w0 > /dev/null 2>&1