1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; Allow batch-file Eshell test on MS-Windows

* test/lisp/eshell/em-script-tests.el (em-script-test/batch-file):
Don't skip on MS-Windows, as the test was fixed.
This commit is contained in:
Eli Zaretskii 2024-06-09 22:04:51 +03:00
parent a1a4c6dccb
commit 968bbdb317

View File

@ -115,7 +115,6 @@
(ert-deftest em-script-test/batch-file ()
"Test running an Eshell script file as a batch script."
(skip-unless (not (memq system-type '(windows-nt ms-dos))))
(ert-with-temp-file temp-file
:text "echo hi"
(with-temp-buffer