We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d3387 commit c77badeCopy full SHA for c77bade
tests/test-org-ql.el
@@ -2011,7 +2011,7 @@ with keyword arg NOW in PLIST."
2011
(describe "View saving/loading"
2012
:var* ((temp-dir (make-temp-file "test-org-ql-" 'dir))
2013
(temp-filenames (cl-loop for file in '("test1.org" "test2.org")
2014
- collect (expand-file-name file temp-dir)))
+ collect (abbreviate-file-name (expand-file-name file temp-dir))))
2015
(file-contents (with-temp-buffer
2016
(insert "#+TITLE: Test data\n\n"
2017
"* TODO Heading 1\n"
0 commit comments