]> git.notmuchmail.org Git - notmuch/blob - test/T420-emacs-test-functions.sh
Merge remote-tracking branch 'origin/release'
[notmuch] / test / T420-emacs-test-functions.sh
1 #!/usr/bin/env bash
2
3 test_description="emacs test function sanity"
4 . $(dirname "$0")/test-lib.sh || exit 1
5 . $(dirname "$0")/test-lib-emacs.sh || exit 1
6
7 test_begin_subtest "emacs test function sanity"
8 test_emacs_expect_t 't'
9
10 test_done