notmuch/test/T420-emacs-test-functions.sh
David Bremner f7130468d2 Import notmuch_0.28.2.orig.tar.gz
[dgit import orig notmuch_0.28.2.orig.tar.gz]
2019-02-17 07:30:33 -04: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