pty: Activate the signature wrapper of forkpty.
[gnulib.git] / tests / test-quotearg.sh
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 # Work around a limitation of gettext() on native Windows in gettext 0.18.1:
16 # the locale identifiers in the environment variables LC_ALL etc. have to
17 # be in Unix conventions, not in native Window conventions.
18 if test $locale = French_France.65001; then
19   locale=fr_FR.UTF-8
20 fi
21 if test $locale = French_France.1252; then
22   locale=fr_FR.CP1252
23 fi
24
25 LOCALE=$locale LOCALEDIR="$srcdir/locale" \
26 ./test-quotearg${EXEEXT}