From bc60ce7ffdf39fc3288938337e7f6c0706b37082 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 16 Dec 2021 07:43:29 +0100 Subject: [PATCH] Skip extension tests on hosts without the function --- test/src/sqlite-tests.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5