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 |
else |
148 |
echo " " |
echo " " |
149 |
echo "** Test 2 requires a lot of stack. If it has crashed with a" |
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" |
echo "** segmentation fault, it may be that you do not have enough" |
151 |
echo "** stack available by default. Please see the 'pcrestack' man" |
echo "** stack available by default. Please see the 'pcrestack' man" |
152 |
echo "** page for a discussion of PCRE's stack usage." |
echo "** page for a discussion of PCRE's stack usage." |
153 |
echo " " |
echo " " |
154 |
exit 1 |
exit 1 |
155 |
fi |
fi |
156 |
echo "OK" |
echo "OK" |