Blame gnulib-tests/test-mbscasecmp.sh

Packit 33f14e
#!/bin/sh
Packit 33f14e
Packit 33f14e
# Test whether a specific Turkish locale is installed.
Packit 33f14e
: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
Packit 33f14e
if test $LOCALE_TR_UTF8 = none; then
Packit 33f14e
  if test -f /usr/bin/localedef; then
Packit 33f14e
    echo "Skipping test: no turkish Unicode locale is installed"
Packit 33f14e
  else
Packit 33f14e
    echo "Skipping test: no turkish Unicode locale is supported"
Packit 33f14e
  fi
Packit 33f14e
  exit 77
Packit 33f14e
fi
Packit 33f14e
Packit 33f14e
LC_ALL=$LOCALE_TR_UTF8 \
Packit 33f14e
./test-mbscasecmp${EXEEXT}