]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix relative path to conf.sh in cleanpkcs11.sh
authorMichał Kępień <michal@isc.org>
Fri, 31 Jul 2020 09:26:31 +0000 (11:26 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 31 Aug 2020 07:18:13 +0000 (09:18 +0200)
bin/tests/system/cleanpkcs11.sh

index d20c51a371c8a66f01bdb597a6999a5a4a699a92..bc640548c8122470e42eddce74c226e8408ab5a3 100644 (file)
@@ -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