mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 23:46:30 +08:00
1e858eae35
This demonstrates that we only write control sequences when interactive.
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
|