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