]> git.eshelyaron.com Git - emacs.git/commit
Don’t assume ordering in make-process/mix-stderr
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2018 19:30:09 +0000 (12:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2018 19:31:54 +0000 (12:31 -0700)
commit7b9fb7ace4357f1d630bf6b332eab34ae130ca44
tree47b72e21ef032b6a894a146587177e7c29cfded2
parent79f15092b9d16631840cd42db034b787fae762ac
Don’t assume ordering in make-process/mix-stderr

* test/src/process-tests.el (process-tests--mixable): New function.
(make-process/mix-stderr): Don’t assume stdout is merged before
stderr.  POSIX does not require this, and the assumption failed to
hold on my Fedora 28 platform.  See Bug#31214.
test/src/process-tests.el