diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2010-03-06 09:43:17 +0100 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2010-03-06 09:44:24 +0100 |
commit | 4a6cef7f64661fccfcbb93a0f8ca0cdbfbf5d76d (patch) | |
tree | e3adfb2e432c49cdb96b4ade651e26ff9eaea870 /tests/case-fold-char-class | |
parent | 496193f777e3c9b868f83129b3e4cac464009e13 (diff) | |
download | grep-4a6cef7f64661fccfcbb93a0f8ca0cdbfbf5d76d.tar.gz |
fix previous test case change
* tests/case-fold-char-class: Do not reset fail to 0 after first test.
Diffstat (limited to 'tests/case-fold-char-class')
-rw-r--r-- | tests/case-fold-char-class | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/case-fold-char-class b/tests/case-fold-char-class index c180be08..8b0ac926 100644 --- a/tests/case-fold-char-class +++ b/tests/case-fold-char-class @@ -12,7 +12,6 @@ for LOC in en_US.UTF-8 zh_CN $LOCALE_FR_UTF8; do done printf 'y\n' > exp2 || framework_failure -fail=0 for LOC in en_US.UTF-8 zh_CN $LOCALE_FR_UTF8; do printf 'x\ny\nz\n' | LC_ALL=$LOC grep -i '[Y]' > out2 || fail=1 |