1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00
thefuck/tests/shells
Pablo Santiago Blum de Aguiar 0668822abb #1215: Remove redirection to stderr with the ^ character
Redirection to standard error with the `^` character is disabled by
default since Fish Shell version 3.3[1].

Fix #1214

[1]: https://github.com/fish-shell/fish-shell/blob/master/CHANGELOG.rst#deprecations-and-removed-features-1
2021-07-18 15:10:48 +02:00
..
__init__.py #N/A: Split shells module 2016-01-23 05:06:22 +03:00
conftest.py #611: Allow to configure alias automatically by calling fuck twice 2017-03-13 21:50:13 +01:00
test_bash.py #N/A: Improve how version is fetched for all shells (#920) 2019-05-27 18:24:55 +02:00
test_fish.py #1215: Remove redirection to stderr with the ^ character 2021-07-18 15:10:48 +02:00
test_generic.py #N/A: Improve how version is fetched for all shells (#920) 2019-05-27 18:24:55 +02:00
test_powershell.py #N/A: Improve how version is fetched for all shells (#920) 2019-05-27 18:24:55 +02:00
test_tcsh.py #N/A: Improve how version is fetched for all shells (#920) 2019-05-27 18:24:55 +02:00
test_zsh.py #N/A: Improve how version is fetched for all shells (#920) 2019-05-27 18:24:55 +02:00