55 |
shift |
shift |
56 |
done |
done |
57 |
|
|
|
if [ "$link_size" != "2" ] ; then |
|
|
if [ $do2 = yes ] ; then |
|
|
echo "Can't run test 2 with an internal link size other than 2" |
|
|
exit 1 |
|
|
fi |
|
|
if [ $do5 = yes ] ; then |
|
|
echo "Can't run test 5 with an internal link size other than 2" |
|
|
exit 1 |
|
|
fi |
|
|
if [ $do6 = yes ] ; then |
|
|
echo "Can't run test 6 with an internal link size other than 2" |
|
|
exit 1 |
|
|
fi |
|
|
fi |
|
|
|
|
58 |
if [ $utf8 -eq 0 ] ; then |
if [ $utf8 -eq 0 ] ; then |
59 |
if [ $do4 = yes ] ; then |
if [ $do4 = yes ] ; then |
60 |
echo "Can't run test 4 because UTF-8 support is not configured" |
echo "Can't run test 4 because UTF-8 support is not configured" |