]> git.cworth.org Git - notmuch/blob - test/T420-emacs-test-functions.sh
test/T000-basic: replaced use of which(1) with shell builtin command -v
[notmuch] / test / T420-emacs-test-functions.sh
1 #!/usr/bin/env bash
2
3 test_description="emacs test function sanity"
4 . ./test-lib.sh || exit 1
5
6 test_begin_subtest "emacs test function sanity"
7 test_emacs_expect_t 't'
8
9 test_done