maint.mk: import changes to syntax-check macros from coreutils
[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 LOCALE=$locale LOCALEDIR="$srcdir/locale" \
16 ./test-quotearg${EXEEXT}