From a280d2a1a18183c870f6332da751b2c566cbef16 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 4 Jul 2020 08:12:21 -0300 Subject: [PATCH] test: remove unused backup_database calls Since these backups are never restored, they should be safe to remove. --- test/T560-lib-error.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 81500536..5af3eab2 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -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 < 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} { -- 2.43.0