Skip to content

Commit

Permalink
Tests: Fix filenames for CI (better)
Browse files Browse the repository at this point in the history
This is much simpler.
  • Loading branch information
alphapapa committed Sep 5, 2024
1 parent f72feb8 commit 831a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 831a1d4

Please sign in to comment.