]> git.notmuchmail.org Git - notmuch/blobdiff - test/T350-crypto.sh
test: use $(dirname "$0") for sourcing test-lib.sh
[notmuch] / test / T350-crypto.sh
index 401a22c9b1fa70d5735a027ca0cb34e74f429b4c..386156776ba4636171a047daad81835cbcc1b59a 100755 (executable)
@@ -5,7 +5,7 @@
 # - verification of signatures from expired/revoked keys
 
 test_description='PGP/MIME signature verification and decryption'
 # - verification of signatures from expired/revoked keys
 
 test_description='PGP/MIME signature verification and decryption'
-. ./test-lib.sh || exit 1
+. $(dirname "$0")/test-lib.sh || exit 1
 
 ##################################################
 
 
 ##################################################