2012-01-24 16:14:05 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
test_description="emacs test function sanity"
|
2017-09-25 23:38:19 +03:00
|
|
|
. $(dirname "$0")/test-lib.sh || exit 1
|
2012-01-24 16:14:05 +00:00
|
|
|
|
|
|
|
test_begin_subtest "emacs test function sanity"
|
|
|
|
test_emacs_expect_t 't'
|
|
|
|
|
|
|
|
test_done
|