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