projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bb258
)
* test/lisp/progmodes/sql-tests.el (sql-tests-buffer-naming-harness):
author
Glenn Morris
<rgm@gnu.org>
Fri, 26 Apr 2019 02:06:34 +0000
(22:06 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 26 Apr 2019 02:06:34 +0000
(22:06 -0400)
Fix previous for TEST_LOAD_EL=no.
test/lisp/progmodes/sql-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/sql-tests.el
b/test/lisp/progmodes/sql-tests.el
index ef8fe58506e313f0d0a3152e7017f65b7fdc845b..3ac9fb10e4843eb8189717851c6c69fed50c55a0 100644
(file)
--- a/
test/lisp/progmodes/sql-tests.el
+++ b/
test/lisp/progmodes/sql-tests.el
@@
-332,7
+332,7
@@
The ACTION will be tested after set-up of PRODUCT."
(declare (indent 1))
`(progn
- (skip-unless (executable-find sql-sqlite-program))
+ (
ert--
skip-unless (executable-find sql-sqlite-program))
(let (new-bufs)
(cl-letf
(((symbol-function 'make-comint-in-buffer)