222 |
# PCRE tests that are not JIT or Perl-compatible: API, errors, internals |
# PCRE tests that are not JIT or Perl-compatible: API, errors, internals |
223 |
|
|
224 |
if [ $do2 = yes ] ; then |
if [ $do2 = yes ] ; then |
225 |
echo "Test 2: API, errors, internals, and non-Perl stuff" |
echo "Test 2: API, errors, internals, and non-Perl stuff (not UTF-8)" |
226 |
for opt in "" "-s" $jitopt; do |
for opt in "" "-s" $jitopt; do |
227 |
$sim $valgrind ./pcretest -q $opt $testdata/testinput2 testtry |
$sim $valgrind ./pcretest -q $opt $testdata/testinput2 testtry |
228 |
if [ $? = 0 ] ; then |
if [ $? = 0 ] ; then |