mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 04:42:45 +08:00
tests/status.in: fix test for locale, fall back to default strings
This commit is contained in:
parent
60a2e0a2ad
commit
3b3fde1c5e
|
@ -10,6 +10,7 @@ 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 New Issue
Block a user