aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/status.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-11-25 16:00:04 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-11-25 16:00:04 +0800
commit3b3fde1c5e5a2525fd4139c3853bfafab877950c (patch)
tree13df89e6711470e7311829eda910de0e71936b47 /tests/status.in
parent60a2e0a2ade30ddb952e215754caf1d8e48aa87d (diff)
tests/status.in: fix test for locale, fall back to default strings
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'