~ubuntu-branches/ubuntu/natty/diffutils/natty

« back to all changes in this revision

Viewing changes to gnulib-tests/test-quotearg.sh

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2010-05-04 20:38:00 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100504203800-f67xd9rsa9xl9qqj
Tags: 1:3.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# Choose an existing locale. The locale encoding does not matter; see the
 
4
# comment in test-quotearg.po.
 
5
if test $LOCALE_FR_UTF8 != none; then
 
6
  locale=$LOCALE_FR_UTF8
 
7
else
 
8
  if test $LOCALE_FR != none; then
 
9
    locale=$LOCALE_FR
 
10
  else
 
11
    locale=none
 
12
  fi
 
13
fi
 
14
 
 
15
LOCALE=$locale LOCALEDIR="$srcdir/locale" \
 
16
./test-quotearg${EXEEXT}