mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-08 17:51:42 +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));
|
EXPECT0(notmuch_database_close (db));
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
backup_database
|
|
||||||
test_begin_subtest "Handle getting message-id from closed database"
|
test_begin_subtest "Handle getting message-id from closed database"
|
||||||
cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
|
cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
|
||||||
{
|
{
|
||||||
|
@ -358,7 +357,6 @@ cat <<EOF > EXPECTED
|
||||||
EOF
|
EOF
|
||||||
test_expect_equal_file EXPECTED OUTPUT
|
test_expect_equal_file EXPECTED OUTPUT
|
||||||
|
|
||||||
backup_database
|
|
||||||
test_begin_subtest "Handle getting thread-id from closed database"
|
test_begin_subtest "Handle getting thread-id from closed database"
|
||||||
cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
|
cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue