X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Ftest-lib.sh;h=527c9e8b8eb553aeebad8263716f681f1320a2d5;hb=73b8f0b8d71af395667022395b6d6bb692c3aaf2;hp=31c858d11d1e6f03eb67d2e26011468e4df8c15e;hpb=8b162b40f84e891afa340b72c50b98f62ae57106;p=notmuch diff --git a/test/test-lib.sh b/test/test-lib.sh index 31c858d1..527c9e8b 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1261,17 +1261,6 @@ test -z "$NO_PYTHON" && test_set_prereq PYTHON ln -s x y 2>/dev/null && test -h y 2>/dev/null && test_set_prereq SYMLINKS rm -f y -# convert variable from configure to more convenient form -case "$NOTMUCH_DEFAULT_XAPIAN_BACKEND" in - glass) - db_ending=glass - ;; - chert) - db_ending=DB - ;; - *) - error "Unknown Xapian backend $NOTMUCH_DEFAULT_XAPIAN_BACKEND" -esac # declare prerequisites for external binaries used in tests test_declare_external_prereq dtach test_declare_external_prereq emacs