diff options
| -rw-r--r-- | test/lisp/progmodes/sql-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el index ef8fe58506e..3ac9fb10e48 100644 --- 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." | |||
| 332 | 332 | ||
| 333 | (declare (indent 1)) | 333 | (declare (indent 1)) |
| 334 | `(progn | 334 | `(progn |
| 335 | (skip-unless (executable-find sql-sqlite-program)) | 335 | (ert--skip-unless (executable-find sql-sqlite-program)) |
| 336 | (let (new-bufs) | 336 | (let (new-bufs) |
| 337 | (cl-letf | 337 | (cl-letf |
| 338 | (((symbol-function 'make-comint-in-buffer) | 338 | (((symbol-function 'make-comint-in-buffer) |