From a3e37aa1b08266bf72e7bb0dbaf274058cda0aa1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 9 Jun 2024 22:04:51 +0300 Subject: [PATCH] ; 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) --- test/lisp/eshell/em-script-tests.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2