diff options
Diffstat (limited to 'tests/bfs/closed_stderr.sh')
-rw-r--r-- | tests/bfs/closed_stderr.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bfs/closed_stderr.sh b/tests/bfs/closed_stderr.sh new file mode 100644 index 0000000..26abd85 --- /dev/null +++ b/tests/bfs/closed_stderr.sh @@ -0,0 +1,4 @@ +# Check if the platform automatically re-opens stderr before we can +(bash -c 'echo >&2' 2>&-) && skip + +! invoke_bfs basic >&- 2>&- |