/[grep]/grep/tests/foad1.sh
ViewVC logotype

Diff of /grep/tests/foad1.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by julianfoad, Thu Apr 28 15:17:14 2005 UTC revision 1.6 by julianfoad, Thu Apr 28 20:27:11 2005 UTC
# Line 80  grep_test "A/CX/B/C/" "A/B/C/" -wF -e A Line 80  grep_test "A/CX/B/C/" "A/B/C/" -wF -e A
80  grep_test "LIN7C 55327/" "" -wF -e 5327 -e 5532  grep_test "LIN7C 55327/" "" -wF -e 5327 -e 5532
81    
82    
83    # Test character class erroneously matching a '[' character.
84    # If the UTF-8 locale doesn't work, skip this test silently.
85    if LC_ALL=cs_CZ.UTF-8 locale -k LC_CTYPE 2>/dev/null |
86      "${GREP}" -q "charmap.*UTF-8"
87    then
88      LC_ALL=cs_CZ.UTF-8 grep_test "[/" "" "[[:alpha:]]" -E
89    fi
90    
91    
92  exit $failures  exit $failures

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26