aboutsummaryrefslogtreecommitdiff
path: root/test/T020-compact.sh
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2020-04-22 00:07:29 +0300
committerDavid Bremner <david@tethera.net>2020-04-23 21:28:45 -0300
commit00cdfe10717020423870fdaf56e973db9aba9f5a (patch)
treec958339dfb55e818f51657b62e8f1831868b34bf /test/T020-compact.sh
parente02bb7e9fdbc96c66f32ce531509824f8afd4686 (diff)
build: drop support for xapian versions less than 1.4
Xapian 1.4 is over 3 years old now (1.4.0 released 2016-06-24), and 1.2 has been deprecated in Notmuch version 0.27 (2018-06-13). Xapian 1.4 supports compaction, field processors and retry locking; conditionals checking compaction and field processors were removed but user may want to disable retry locking at configure time so it is kept.
Diffstat (limited to 'test/T020-compact.sh')
-rwxr-xr-xtest/T020-compact.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/T020-compact.sh b/test/T020-compact.sh
index 58cd2ba7..02f8738f 100755
--- a/test/T020-compact.sh
+++ b/test/T020-compact.sh
@@ -10,18 +10,6 @@ notmuch tag +tag1 \*
notmuch tag +tag2 subject:Two
notmuch tag -tag1 +tag3 subject:Three
-if [ $NOTMUCH_HAVE_XAPIAN_COMPACT -eq 0 ]; then
- test_begin_subtest "Compact unsupported: error message"
- output=$(notmuch compact --quiet 2>&1)
- test_expect_equal "$output" "notmuch was compiled against a xapian version lacking compaction support.
-Compaction failed: Unsupported operation"
-
- test_begin_subtest "Compact unsupported: status code"
- test_expect_code 1 "notmuch compact"
-
- test_done
-fi
-
test_begin_subtest "Running compact"
test_expect_success "notmuch compact --backup=${TEST_DIRECTORY}/xapian.old"