128 |
if [ $do2 = yes ] ; then |
if [ $do2 = yes ] ; then |
129 |
if [ "@LINK_SIZE@" = "" -o "@LINK_SIZE@" = "-DLINK_SIZE=2" ] ; then |
if [ "@LINK_SIZE@" = "" -o "@LINK_SIZE@" = "-DLINK_SIZE=2" ] ; then |
130 |
echo "Test 2: API and error handling (not Perl compatible)" |
echo "Test 2: API and error handling (not Perl compatible)" |
131 |
$valgrind ./pcretest -q -i $testdata/testinput2 testtry |
$valgrind ./pcretest -q $testdata/testinput2 testtry |
132 |
if [ $? = 0 ] ; then |
if [ $? = 0 ] ; then |
133 |
$cf testtry $testdata/testoutput2 |
$cf testtry $testdata/testoutput2 |
134 |
if [ $? != 0 ] ; then exit 1; fi |
if [ $? != 0 ] ; then exit 1; fi |