aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/status.in
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-11-25 00:51:39 -0800
committerGravatar Kevin Ballard <kevin@sb.org>2014-11-25 00:51:39 -0800
commit184110c2e78fccc67bfd6e7fa2f940d381a9781e (patch)
treed55eb3b21b14f9aa402453eb852b6c7d8a975147 /tests/status.in
parent3b3fde1c5e5a2525fd4139c3853bfafab877950c (diff)
Revert "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, 0 insertions, 1 deletions
diff --git a/tests/status.in b/tests/status.in
index 9be049ba..875f62f3 100644
--- a/tests/status.in
+++ b/tests/status.in
@@ -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'