; 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:
parent
a1a4c6dccb
commit
968bbdb317
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue