aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/minibuffer-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/minibuffer-tests.el b/test/lisp/minibuffer-tests.el
index 6b297244214..0605bad901a 100644
--- a/test/lisp/minibuffer-tests.el
+++ b/test/lisp/minibuffer-tests.el
@@ -82,7 +82,8 @@
82 82
83(ert-deftest completion-table-test-quoting () 83(ert-deftest completion-table-test-quoting ()
84 (let ((process-environment 84 (let ((process-environment
85 `("CTTQ1=ed" "CTTQ2=et/" ,@process-environment))) 85 `("CTTQ1=ed" "CTTQ2=et/" ,@process-environment))
86 (default-directory (expand-file-name "test" source-directory)))
86 (pcase-dolist (`(,input ,output) 87 (pcase-dolist (`(,input ,output)
87 '( 88 '(
88 ;; Test that $ in files is properly $$ quoted. 89 ;; Test that $ in files is properly $$ quoted.