branch: elpa/iedit commit 2fff88fe5d480089ef0b235901b3a5e4a1bcefc1 Author: Victor Ren <victor...@gmail.com> Commit: Victor Ren <victor...@gmail.com>
Fix a failed test case It failed when running not from iedit root folder. Since the shell command relay on a correct default directory. --- iedit-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/iedit-tests.el b/iedit-tests.el index 29f7029fd2..f23832d535 100644 --- a/iedit-tests.el +++ b/iedit-tests.el @@ -37,6 +37,7 @@ (ert-deftest iedit-batch-compile-test () (with-temp-buffer + (cd (file-name-directory (locate-library "iedit-tests"))) (call-process-shell-command "emacs -L . -Q --batch -f batch-byte-compile *.el" nil (current-buffer)) (should (string= (buffer-string) "Iedit default key binding is C-; Iedit-rect default key binding is <C-x> <r> <;>