emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bc60ce7: Skip extension tests on hosts without the function


From: Lars Ingebrigtsen
Subject: master bc60ce7: Skip extension tests on hosts without the function
Date: Thu, 16 Dec 2021 01:43:41 -0500 (EST)

branch: master
commit bc60ce7ffdf39fc3288938337e7f6c0706b37082
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 d1076e4..27ba74e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]