| 144 |
if [ $? = 0 ] ; then |
if [ $? = 0 ] ; then |
| 145 |
$cf $testdata/testoutput2 testtry |
$cf $testdata/testoutput2 testtry |
| 146 |
if [ $? != 0 ] ; then exit 1; fi |
if [ $? != 0 ] ; then exit 1; fi |
| 147 |
else exit 1 |
else |
| 148 |
|
echo " " |
| 149 |
|
echo "** Test 2 requires a lot of stack. If it has crashed with a" |
| 150 |
|
echo "** segmentation fault, it may be that you do not have enough" |
| 151 |
|
echo "** stack available by default. Please see the 'pcrestack' man" |
| 152 |
|
echo "** page for a discussion of PCRE's stack usage." |
| 153 |
|
echo " " |
| 154 |
|
exit 1 |
| 155 |
fi |
fi |
| 156 |
echo "OK" |
echo "OK" |
| 157 |
fi |
fi |