]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: drop use of db_ending
[notmuch] / test / test-lib.sh
index 31c858d11d1e6f03eb67d2e26011468e4df8c15e..527c9e8b8eb553aeebad8263716f681f1320a2d5 100644 (file)
@@ -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