Skip to content

Commit

Permalink
Use DEMO in test since COPYING is not exported in melpa
Browse files Browse the repository at this point in the history
  • Loading branch information
matsl committed Apr 7, 2024
1 parent 55dea2b commit 54e7c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hpath-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Mats Lidell <matsl@gnu.org>
;;
;; Orig-Date: 28-Feb-21 at 23:26:00
;; Last-Mod: 7-Apr-24 at 10:40:03 by Bob Weiner
;; Last-Mod: 7-Apr-24 at 23:10:11 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
Expand Down Expand Up @@ -207,7 +207,7 @@
(default-directory hyperb:dir))
(should explicit-shell-file-name)
(hypb-run-shell-test-command shell-cmd shell-buffer)
(dolist (file '("COPYING" "man/hkey-help.txt" "man/im/demo.png"))
(dolist (file '("DEMO" "man/hkey-help.txt" "man/im/demo.png"))
(goto-char (point-min))
(should (search-forward (car (last (split-string file "/"))) nil t))
(backward-char (/ (length file) 2))
Expand Down

0 comments on commit 54e7c0c

Please sign in to comment.