aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-test-functions
blob: 0e1f9fc710e934a46eeabe2da98ddb716315ff49 (plain)
1
2
3
4
5
6
7
8
9
#!/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