notmuch/test/T420-emacs-test-functions.sh
Jani Nikula a863de1e43 test: use $(dirname "$0") for sourcing test-lib.sh
Don't assume the tests are always run from within the source tree.
2017-10-20 19:52:49 -03:00

9 lines
191 B
Bash
Executable file

#!/usr/bin/env bash
test_description="emacs test function sanity"
. $(dirname "$0")/test-lib.sh || exit 1
test_begin_subtest "emacs test function sanity"
test_emacs_expect_t 't'
test_done