mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Revert "tests/status.in: fix test for locale, fall back to default strings"
This reverts commit 3b3fde1c5e
.
This commit is contained in:
parent
3b3fde1c5e
commit
184110c2e7
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ and echo 'block'
|
|||
|
||||
# Issue #1728
|
||||
# Bad file redirection on a block causes `status --is-block` to return 0 forever.
|
||||
set -gx LANG C
|
||||
begin; end >/ # / is a directory, it can't be opened for writing
|
||||
status -b
|
||||
and echo 'unexpected block'
|
||||
|
|
Loading…
Reference in a new issue