mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 22:50:37 -08:00
Make minibuffer-tests work in out-of-tree builds (bug#38816)
* test/lisp/minibuffer-tests.el (completion-table-test-quoting): Set default-directory.
This commit is contained in:
parent
2065316749
commit
957cdca6f0
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@
|
|||
|
||||
(ert-deftest completion-table-test-quoting ()
|
||||
(let ((process-environment
|
||||
`("CTTQ1=ed" "CTTQ2=et/" ,@process-environment)))
|
||||
`("CTTQ1=ed" "CTTQ2=et/" ,@process-environment))
|
||||
(default-directory (expand-file-name "test" source-directory)))
|
||||
(pcase-dolist (`(,input ,output)
|
||||
'(
|
||||
;; Test that $ in files is properly $$ quoted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue