mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
74be3e847f
This can no longer be changed. If "no-stderr-nocaret" is in $fish_features it will simply be ignored. The "^" redirection that was deprecated in fish 3.0 is now gone for good. Note: For testing reasons, it can still be set _internally_ by running "feature_flags_t::set". We simply shouldn't do that.
2 lines
110 B
Fish
2 lines
110 B
Fish
#RUN: %fish --features 'no-stderr-nocaret' -c 'echo -n careton:; echo ^/dev/null'
|
|
# CHECK: careton:^/dev/null
|