diff options
Diffstat (limited to 'test/lisp')
| -rw-r--r-- | test/lisp/net/shr-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/shr-tests.el b/test/lisp/net/shr-tests.el index f8559df5272..d0fe8031ed4 100644 --- a/test/lisp/net/shr-tests.el +++ b/test/lisp/net/shr-tests.el | |||
| @@ -136,6 +136,7 @@ settings, then once more for each (OPTION . VALUE) pair.") | |||
| 136 | (ert-deftest shr-test/zoom-image () | 136 | (ert-deftest shr-test/zoom-image () |
| 137 | "Test that `shr-zoom-image' properly replaces the original image." | 137 | "Test that `shr-zoom-image' properly replaces the original image." |
| 138 | (skip-unless (bound-and-true-p image-types)) | 138 | (skip-unless (bound-and-true-p image-types)) |
| 139 | (skip-unless (libxml-available-p)) | ||
| 139 | (let* ((image (expand-file-name "data/image/blank-100x200.png" | 140 | (let* ((image (expand-file-name "data/image/blank-100x200.png" |
| 140 | (getenv "EMACS_TEST_DIRECTORY"))) | 141 | (getenv "EMACS_TEST_DIRECTORY"))) |
| 141 | (image-url (concat "file://" (if (string-prefix-p "/" image) | 142 | (image-url (concat "file://" (if (string-prefix-p "/" image) |