projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a4c6d
)
; Allow batch-file Eshell test on MS-Windows
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 9 Jun 2024 19:04:51 +0000
(22:04 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 9 Jun 2024 19:04:51 +0000
(22:04 +0300)
* test/lisp/eshell/em-script-tests.el (em-script-test/batch-file):
Don't skip on MS-Windows, as the test was fixed.
test/lisp/eshell/em-script-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/em-script-tests.el
b/test/lisp/eshell/em-script-tests.el
index 224e91624615ec2fe04283208b487409340eee37..86a78e4302638b9c7bbc1b544f00b0fa106fae38 100644
(file)
--- 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