Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a241e45b
Commit
a241e45b
authored
Apr 25, 2019
by
Glenn Morris
Browse files
* test/lisp/progmodes/sql-tests.el (sql-tests-buffer-naming-harness):
Fix previous for TEST_LOAD_EL=no.
parent
a0bb2588
Pipeline
#1467
passed with stage
in 49 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/lisp/progmodes/sql-tests.el
test/lisp/progmodes/sql-tests.el
+1
-1
No files found.
test/lisp/progmodes/sql-tests.el
View file @
a241e45b
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment