We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a83bf commit 03e65cfCopy full SHA for 03e65cf
brush-shell/tests/cases/redirection.yaml
@@ -48,6 +48,7 @@ cases:
48
cat < <(echo hi)
49
50
- name: "Process substitution: output redirection"
51
+ skip: true # Periodically fails, possibly due to output race condition.
52
stdin: |
53
shopt -u -o posix
54
echo hi > >(wc -l)
0 commit comments