summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-11-21 08:28:01 -0800
committerJim Meyering <meyering@fb.com>2014-11-21 08:28:01 -0800
commitdc6316c03a2e38b6206da3e175558c72459f5b11 (patch)
tree8f91600e5200808db0ee6023ba7869ffa67ca426
parentff7e6edab11d6de3bfa33d426ab0f66eb23fa35a (diff)
downloadgrep-dc6316c03a2e38b6206da3e175558c72459f5b11.tar.gz
tests: sjis-mb: remove now-obsolete and failing sub-tests
* tests/sjis-mb: Commit v2.18-123-geb3292b changed how grep handles patterns with encoding errors. These SJIS tests are skipped so often that we didn't notice until now that there were two tests of that changed behavior, and that on any system with the ja_JP.SHIFT_JIS locale, they would always fail. Remove those two tests, since this functionality is well tested separately, via tests/prefix-of-multibyte.
-rwxr-xr-xtests/sjis-mb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/sjis-mb b/tests/sjis-mb
index 990c7700..63f0ad9f 100755
--- a/tests/sjis-mb
+++ b/tests/sjis-mb
@@ -51,8 +51,6 @@ for i in $successful_tests; do
test_grep -E $i A || fail=1
done
-test_grep_reject -F @@ @ || fail=1
-test_grep_reject -E @@ @ || fail=1
for i in $failure_tests; do
test_grep_reject -F $i A || fail=1
test_grep_reject -E $i A || fail=1