| 66 |
echo "Can't run test 5 because UTF-8 support is not configured" |
echo "Can't run test 5 because UTF-8 support is not configured" |
| 67 |
exit 1 |
exit 1 |
| 68 |
fi |
fi |
|
if [ $do6 = yes ] ; then |
|
|
echo "Can't run test 6 because UTF-8 support is not configured" |
|
|
exit 1 |
|
|
fi |
|
| 69 |
if [ $do8 = yes ] ; then |
if [ $do8 = yes ] ; then |
| 70 |
echo "Can't run test 8 because UTF-8 support is not configured" |
echo "Can't run test 8 because UTF-8 support is not configured" |
| 71 |
exit 1 |
exit 1 |
| 72 |
fi |
fi |
|
if [ $do9 = yes ] ; then |
|
|
echo "Can't run test 9 because UTF-8 support is not configured" |
|
|
exit 1 |
|
|
fi |
|
| 73 |
fi |
fi |
| 74 |
|
|
| 75 |
if [ $ucp -eq 0 ] ; then |
if [ $ucp -eq 0 ] ; then |
| 108 |
do7=yes |
do7=yes |
| 109 |
if [ $utf8 -ne 0 ] ; then do8=yes; fi |
if [ $utf8 -ne 0 ] ; then do8=yes; fi |
| 110 |
if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi |
if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi |
| 111 |
if [ $link_size -eq 2 ] ; then do10=yes; fi |
if [ $link_size -eq 2 -a $ucp -ne 0 ] ; then do10=yes; fi |
| 112 |
fi |
fi |
| 113 |
|
|
| 114 |
# Show which release |
# Show which release |