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