projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35dbc79
)
Skip extension tests on hosts without the function
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 16 Dec 2021 06:43:29 +0000
(07:43 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 16 Dec 2021 06:43:29 +0000
(07:43 +0100)
test/src/sqlite-tests.el
patch
|
blob
|
history
diff --git
a/test/src/sqlite-tests.el
b/test/src/sqlite-tests.el
index d1076e481c49f775a1600c11954555aab009de7c..27ba74e9d23bdec240390c9134b65614be815af9 100644
(file)
--- 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