From 4a6cef7f64661fccfcbb93a0f8ca0cdbfbf5d76d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Sat, 6 Mar 2010 09:43:17 +0100 Subject: fix previous test case change * tests/case-fold-char-class: Do not reset fail to 0 after first test. --- tests/case-fold-char-class | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/case-fold-char-class') 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 -- cgit v1.2.1