main: Add XFAIL to redirections2 for process-substitution #494

This commit is contained in:
Matthew Martin 2018-01-20 20:30:13 -06:00
parent 8046c33b54
commit 382be9096d

View file

@ -31,6 +31,7 @@ BUFFER='ls >(wc) | nl'
expected_region_highlight=( expected_region_highlight=(
"1 2 command" # ls "1 2 command" # ls
"4 8 process-substitution 'issue #494'" # >(wc)
"10 10 commandseparator" # | "10 10 commandseparator" # |
"12 13 command" # nl "12 13 command" # nl
) )