From: Eli Zaretskii Date: Sun, 9 Jun 2024 19:04:51 +0000 (+0300) Subject: ; Allow batch-file Eshell test on MS-Windows X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3e37aa1b08266bf72e7bb0dbaf274058cda0aa1;p=emacs.git ; 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. (cherry picked from commit 968bbdb317abf025e1d2cbd9dc5c20def7e3912a) --- diff --git a/test/lisp/eshell/em-script-tests.el b/test/lisp/eshell/em-script-tests.el index 224e9162461..86a78e43026 100644 --- a/test/lisp/eshell/em-script-tests.el +++ b/test/lisp/eshell/em-script-tests.el @@ -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