diff options
author | Mark H Weaver <mhw@netris.org> | 2011-03-02 06:02:58 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2011-03-02 14:15:30 -0500 |
commit | 0176bbb71705434f3fbbfe67cd00a7ae3d7cf079 (patch) | |
tree | a8ee7ce5f83c9413fc2144848a5fde0f0d7c45ab /libguile/bytevectors.c | |
parent | 229b4bd538d60ba59b7ac1b1177d6e83f6bf96f3 (diff) | |
download | guile-0176bbb71705434f3fbbfe67cd00a7ae3d7cf079.tar.gz |
Portability fixes for popen.test (for when /bin/sh is not bash)
* test-suite/tests/popen.test (open-input-pipe no-duplicate): Pass
"read REPLY" command instead of "read" to the subshell, for improved
portability. In particular, it is needed when /bin/sh is dash.
(open-output-pipe no-duplicate): Pass "exec guile [...]" instead of
"guile [...]" to the subshell, to ensure that the subshell will not
run guile as a subprocess while holding a duplicate of STDIN, which
would cause this test to fail. This is needed when /bin/sh is dash.
Diffstat (limited to 'libguile/bytevectors.c')
0 files changed, 0 insertions, 0 deletions