diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el index 054f08075..da11258f2 100644 --- a/testing/lisp/test-ob.el +++ b/testing/lisp/test-ob.el @@ -2590,7 +2590,8 @@ abc [1 2 (foo)]) (org-babel-read "[1 2 (foo)]" inhibit))) ;; Special case: *this* literal is evaluated - (dlet ((*this* 100)) + (defvar *this* nil) + (let ((*this* 100)) (should (equal (if inhibit "*this*" 100)