Blame gnulib-tests/test-mbscasecmp.sh

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