X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT560-lib-error.sh;h=c280939c54fab4cc83e5aa29a09dbaf0342bdc41;hp=1ef4ff23a37f1e30a69c878d8d81b67e01339e97;hb=b8f4e7da3d61733fb47111b162ccabb967a3661e;hpb=02a2eeb427d6b424029f6e5e5ddad4c6ec987741 diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 1ef4ff23..c280939c 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -3,16 +3,6 @@ test_description="error reporting for library" . ./test-lib.sh || exit 1 -backup_database () { - rm -rf notmuch-dir-backup - cp -pR ${MAIL_DIR}/.notmuch notmuch-dir-backup -} -restore_database () { - rm -rf ${MAIL_DIR}/.notmuch - cp -pR notmuch-dir-backup ${MAIL_DIR}/.notmuch -} - - add_email_corpus test_expect_success "building database" "NOTMUCH_NEW"