mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 23:04:22 +08:00
1e858eae35
This demonstrates that we only write control sequences when interactive.
3 lines
116 B
Fish
3 lines
116 B
Fish
#RUN: %fish --features ' stderr-nocaret' -c 'echo -n "caretoff: "; echo ^/dev/null'
|
|
# CHECK: caretoff: ^/dev/null
|