From: Lars Ingebrigtsen Date: Thu, 16 Dec 2021 06:43:29 +0000 (+0100) Subject: Skip extension tests on hosts without the function X-Git-Tag: emacs-29.0.90~3592^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc60ce7ffdf39fc3288938337e7f6c0706b37082;p=emacs.git Skip extension tests on hosts without the function --- diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el index d1076e481c4..27ba74e9d23 100644 --- a/test/src/sqlite-tests.el +++ b/test/src/sqlite-tests.el @@ -184,6 +184,7 @@ (ert-deftest sqlite-load-extension () (skip-unless (sqlite-available-p)) + (skip-unless (fboundp 'sqlite-load-extension)) (let (db) (setq db (sqlite-open)) (should-error