aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/status.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/status.in')
-rw-r--r--tests/status.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/status.in b/tests/status.in
index 875f62f3..9be049ba 100644
--- a/tests/status.in
+++ b/tests/status.in
@@ -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'