]> git.eshelyaron.com Git - emacs.git/commit
Make a process test faster.
authorPhilipp Stephani <phst@google.com>
Sat, 2 Jan 2021 12:53:17 +0000 (13:53 +0100)
committerPhilipp Stephani <phst@google.com>
Sat, 2 Jan 2021 12:53:17 +0000 (13:53 +0100)
commit64f2c96cbe3ba803c4026c976c425771911e29e3
tree1a18b4b1cb39eb6a3ca2b4b1e74a132d36543a8c
parentdf605870fde7e31d2ca76fd7e69961ba94604a34
Make a process test faster.

The test 'process-tests/fd-setsize-no-crash/make-process' used to call
'sleep' to ensure that enough processes are live to trigger a
FD_SETSIZE overflow.  However, we can just call 'cat' instead and
close standard input when done.  That way, we only wait as long as
needed.

* process-tests.el
(process-tests/fd-setsize-no-crash/make-process): Invoke 'cat' instead
of 'sleep'.  Close standard input to exit the 'cat' processes.
test/src/process-tests.el