diff options
| author | David Bremner <david@tethera.net> | 2020-07-04 08:12:21 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-13 07:19:22 -0300 |
| commit | a280d2a1a18183c870f6332da751b2c566cbef16 (patch) | |
| tree | f991ed63733933a142da88387fa0282eafb2bc43 /test | |
| parent | 30e43c7c276133bd9ab6fbbb5e26fda8653b6a07 (diff) | |
test: remove unused backup_database calls
Since these backups are never restored, they should be safe to remove.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T560-lib-error.sh | 2 |
1 files changed, 0 insertions, 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 <<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} { |
