Tests: Fix filenames for CI (better)

This is much simpler.
This commit is contained in:
Adam Porter 2024-09-04 21:40:44 -05:00
parent f72feb8018
commit 831a1d4736

View file

@ -2005,7 +2005,7 @@ with keyword arg NOW in PLIST."
(describe "View saving/loading" (describe "View saving/loading"
:var* ((temp-dir (make-temp-file "test-org-ql-" 'dir)) :var* ((temp-dir (make-temp-file "test-org-ql-" 'dir))
(temp-filenames (cl-loop for file in '("test1.org" "test2.org") (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 (file-contents (with-temp-buffer
(insert "#+TITLE: Test data\n\n" (insert "#+TITLE: Test data\n\n"
"* TODO Heading 1\n" "* TODO Heading 1\n"