mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
7 lines
122 B
Fish
7 lines
122 B
Fish
|
#RUN: echo 'status job-control full; command echo A ; echo B;' | %fish
|
||
|
|
||
|
# Regression test for #6573.
|
||
|
|
||
|
#CHECK: A
|
||
|
#CHECK: B
|