mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
10 lines
165 B
Text
10 lines
165 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
test_description="emacs test function sanity"
|
||
|
. test-lib.sh
|
||
|
|
||
|
test_begin_subtest "emacs test function sanity"
|
||
|
test_emacs_expect_t 't'
|
||
|
|
||
|
test_done
|