Skip to content

Commit

Permalink
Tests: (org-super-agenda-test--run) Expand file names
Browse files Browse the repository at this point in the history
Since 21eb69 Org expands agenda files relative to org-directory, so we
have to use absolute paths.
  • Loading branch information
Alexander-Miller authored and alphapapa committed Jul 25, 2021
1 parent f5e80e4 commit a5557ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.el
Expand Up @@ -268,8 +268,8 @@ already loaded."
;; HACK: Look for test.org in either dir, so it works interactively and
;; in batch tests. This is ugly, but I don't know how else to do it.
(org-agenda-files (list (if (file-exists-p "test/test.org")
"test/test.org"
"test.org")))
(expand-file-name "test/test.org")
(expand-file-name "test.org"))))
,@(if let*
let*
`((ignore nil)))
Expand Down

0 comments on commit a5557ea

Please sign in to comment.