aboutsummaryrefslogtreecommitdiff
path: root/tests/exiftool-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exiftool-tests.el')
-rw-r--r--tests/exiftool-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exiftool-tests.el b/tests/exiftool-tests.el
index 0ef5fa2..8ed4f1c 100644
--- a/tests/exiftool-tests.el
+++ b/tests/exiftool-tests.el
@@ -52,7 +52,7 @@
(declare (indent defun))
`(let ((,temp-file (make-temp-file
"exiftool-" nil (concat "-" ,test-file))))
- (copy-file ,test-file ,temp-file t)
+ (copy-file ,(expand-file-name test-file "tests") ,temp-file t)
,@body
(delete-file ,temp-file)))