aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T020-compact.sh
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-05-30 10:43:05 +0300
committerGravatar David Bremner <david@tethera.net>2014-07-13 12:16:06 -0300
commitc2d8236b56e713ae2e7053c9ea3cc13f7d1283c4 (patch)
tree9341aa5a8b67fb757c9aca34a3e377b5e5694803 /test/T020-compact.sh
parent57540a1952460fe88817ad53dc32274543cf0514 (diff)
test: use sh.config for configuration
Diffstat (limited to 'test/T020-compact.sh')
-rwxr-xr-xtest/T020-compact.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T020-compact.sh b/test/T020-compact.sh
index 77bb9632..507f7698 100755
--- a/test/T020-compact.sh
+++ b/test/T020-compact.sh
@@ -10,7 +10,7 @@ notmuch tag +tag1 \*
notmuch tag +tag2 subject:Two
notmuch tag -tag1 +tag3 subject:Three
-if ! ${TEST_DIRECTORY}/have-compact; then
+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.