mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 23:48:05 +08: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
|