mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
test: remove unused backup_database calls
Since these backups are never restored, they should be safe to remove.
This commit is contained in:
parent
30e43c7c27
commit
a280d2a1a1
1 changed files with 0 additions and 2 deletions
|
@ -341,7 +341,6 @@ int main (int argc, char** argv)
|
|||
EXPECT0(notmuch_database_close (db));
|
||||
EOF
|
||||
|
||||
backup_database
|
||||
test_begin_subtest "Handle getting message-id from closed database"
|
||||
cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
|
||||
{
|
||||
|
@ -358,7 +357,6 @@ cat <<EOF > EXPECTED
|
|||
EOF
|
||||
test_expect_equal_file EXPECTED OUTPUT
|
||||
|
||||
backup_database
|
||||
test_begin_subtest "Handle getting thread-id from closed database"
|
||||
cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue