mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 13:30:43 +08: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.
3 lines
126 B
Fish
3 lines
126 B
Fish
#RUN: %fish --features 'no-stderr-nocaret' -c 'status test-feature stderr-nocaret; echo nocaret: $status'
|
|
# CHECK: nocaret: 0
|