aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/process-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el
index 464541a9387..3272044afcc 100644
--- a/test/src/process-tests.el
+++ b/test/src/process-tests.el
@@ -389,6 +389,7 @@ See Bug#30460."
389(ert-deftest process-tests/fd-setsize-no-crash () 389(ert-deftest process-tests/fd-setsize-no-crash ()
390 "Check that Emacs doesn't crash when trying to use more than 390 "Check that Emacs doesn't crash when trying to use more than
391FD_SETSIZE file descriptors (Bug#24325)." 391FD_SETSIZE file descriptors (Bug#24325)."
392 (skip-unless (not (eq system-type 'windows-nt)))
392 (with-timeout (60) 393 (with-timeout (60)
393 (let ((sleep (executable-find "sleep")) 394 (let ((sleep (executable-find "sleep"))
394 ;; FD_SETSIZE is typically 1024 on Unix-like systems. 395 ;; FD_SETSIZE is typically 1024 on Unix-like systems.