aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/exiftool-tests.el2
-rw-r--r--tests/test2.jpgbin4704 -> 0 bytes
-rw-r--r--tests/test2.pngbin0 -> 11393 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/exiftool-tests.el b/tests/exiftool-tests.el
index fa13dbf..9d9db03 100644
--- a/tests/exiftool-tests.el
+++ b/tests/exiftool-tests.el
@@ -62,7 +62,7 @@
(ert-deftest copy-test ()
(with-temp-test-file "test1.png" temp-1
- (with-temp-test-file "test2.jpg" temp-2
+ (with-temp-test-file "test2.png" temp-2
(apply 'exiftool-write temp-1 exiftool-tests--tag-value)
(exiftool-copy temp-1 temp-2)
(let ((tags (mapcar 'car exiftool-tests--tag-value)))
diff --git a/tests/test2.jpg b/tests/test2.jpg
deleted file mode 100644
index b027165..0000000
--- a/tests/test2.jpg
+++ /dev/null
Binary files differ
diff --git a/tests/test2.png b/tests/test2.png
new file mode 100644
index 0000000..cf5013a
--- /dev/null
+++ b/tests/test2.png
Binary files differ