1#RUN: echo 'status job-control full; command echo A ; echo B;' | %fish
2
3# Regression test for #6573.
4
5#CHECK: A
6#CHECK: B
7