]> git.notmuchmail.org Git - notmuch/blobdiff - test/T650-regexp-query.sh
test: use $(dirname "$0") for sourcing test-lib.sh
[notmuch] / test / T650-regexp-query.sh
index d5def7649d0f71fda66c9910e611ec04a5741b10..4085340f66d42b270c13ced3c5eb845fa2cc48c6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 test_description='regular expression searches'
-. ./test-lib.sh || exit 1
+. $(dirname "$0")/test-lib.sh || exit 1
 
 if [ $NOTMUCH_HAVE_XAPIAN_FIELD_PROCESSOR -eq 0 ]; then
     test_done