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