notmuch/test/T430-emacs-address-cleaning.sh

16 lines
450 B
Bash
Raw Normal View History

2012-01-24 17:14:07 +01:00
#!/usr/bin/env bash
test_description="emacs address cleaning"
. $(dirname "$0")/test-lib.sh || exit 1
2012-01-24 17:14:07 +01:00
test_begin_subtest "notmuch-test-address-clean part 1"
test_emacs_expect_t '(notmuch-test-address-cleaning-1)'
2012-01-24 17:14:07 +01:00
test_begin_subtest "notmuch-test-address-clean part 2"
test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
2012-01-24 17:14:07 +01:00
test_begin_subtest "notmuch-test-address-clean part 3"
test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
2012-01-24 17:14:07 +01:00
test_done