summaryrefslogtreecommitdiffstats
path: root/test/T420-emacs-test-functions.sh
blob: bfc10be3b7b5101ee213a620a0628962336f9e09 (plain)
1
2
3
4
5
6
7
8
9
#!/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