~ubuntu-branches/ubuntu/raring/findutils/raring

« back to all changes in this revision

Viewing changes to tests/test-mbscasestr4.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-05-06 11:32:24 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20080506113224-gy4ecmxu48tnvva4
Tags: upstream-4.4.0
ImportĀ upstreamĀ versionĀ 4.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# Test whether a specific Turkish locale is installed.
 
4
: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
 
5
if test $LOCALE_TR_UTF8 = none; then
 
6
  if test -f /usr/bin/localedef; then
 
7
    echo "Skipping test: no turkish Unicode locale is installed"
 
8
  else
 
9
    echo "Skipping test: no turkish Unicode locale is supported"
 
10
  fi
 
11
  exit 77
 
12
fi
 
13
 
 
14
LC_ALL=$LOCALE_TR_UTF8 \
 
15
./test-mbscasestr4${EXEEXT}