mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 01:56:16 +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
|