Tests: Fix filenames for CI (better)
This is much simpler.
This commit is contained in:
parent
f72feb8018
commit
831a1d4736
1 changed files with 1 additions and 1 deletions
|
|
@ -2005,7 +2005,7 @@ with keyword arg NOW in PLIST."
|
|||
(describe "View saving/loading"
|
||||
:var* ((temp-dir (make-temp-file "test-org-ql-" 'dir))
|
||||
(temp-filenames (cl-loop for file in '("test1.org" "test2.org")
|
||||
collect (expand-file-name file temp-dir)))
|
||||
collect (abbreviate-file-name (expand-file-name file temp-dir))))
|
||||
(file-contents (with-temp-buffer
|
||||
(insert "#+TITLE: Test data\n\n"
|
||||
"* TODO Heading 1\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue