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