diff --git a/testing/lisp/test-ob-sqlite.el b/testing/lisp/test-ob-sqlite.el index f73251534..0cf68fabc 100644 --- a/testing/lisp/test-ob-sqlite.el +++ b/testing/lisp/test-ob-sqlite.el @@ -19,7 +19,8 @@ ;; along with this program. If not, see . ;;; Code: -(org-test-for-executable "sqlite") +(org-test-for-executable "sqlite3") +(require 'ob-sqlite) (unless (featurep 'ob-sqlite) (signal 'missing-test-dependency "Support for sqlite code blocks"))