diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-20 14:36:03 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-28 12:25:29 +0200 |
commit | 58f0086b70f2f409b9f88de1611efcf18756f9e5 (patch) | |
tree | 80ac7bb98d0047b5e28f7c5b30953b3e2a333085 /libraries/unix | |
parent | bafd615e40c2a11af1390e736f6122033eecc4c6 (diff) | |
download | haskell-58f0086b70f2f409b9f88de1611efcf18756f9e5.tar.gz |
Testsuite: open/close stdin/stdout/stderr explicitly
This allows run_command's to contain `|`, and `no_stdin` isn't necessary
anymore.
Unfortunately it doesn't fix T7037 on Windows which I had hoped it would
(testsuite driver tries to read a file that it just created itself, but
the OS says it doesn't exist).
The only drawback of this commit is that the command that the testsuite
prints to the terminal (for debugging purposes) doesn't mention the
files that stdout and stderr are redirected to anymore. This is probably
ok.
Update submodule unix.
Differential Revision: https://phabricator.haskell.org/D1234
Diffstat (limited to 'libraries/unix')
m--------- | libraries/unix | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/unix b/libraries/unix -Subproject 5b2e91a09190f1686ea195d25183abda1757d77 +Subproject 40820da5fb35c53aed53c211277c3e6077c1ddf |