]> git.cworth.org Git - notmuch/blobdiff - test/T750-user-header.sh
CLI/config: default to storing all config in external files
[notmuch] / test / T750-user-header.sh
index b19db5717516656fb17f73ac7726dd24e75c57f6..05f80885eec5d23360f282187bc62a33acd51f07 100755 (executable)
@@ -2,13 +2,6 @@
 test_description='indexing user specified headers'
 . $(dirname "$0")/test-lib.sh || exit 1
 
-test_begin_subtest "error adding user header before initializing DB"
-notmuch config set index.header.List List-Id 2>&1 | notmuch_dir_sanitize > OUTPUT
-cat <<EOF > EXPECTED
-Error: Cannot open database at MAIL_DIR/.notmuch: No such file or directory.
-EOF
-test_expect_equal_file EXPECTED OUTPUT
-
 add_email_corpus
 
 notmuch search '*' | notmuch_search_sanitize > initial-threads