From d1aeeb6d38f3fe8c94515f4cfc29016db366cb04 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 4 Dec 2020 14:30:03 +0000 Subject: Final file tidies for 10.36 git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1287 6239d852-aaf2-0410-a92c-79f79f948069 --- RunTest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RunTest') diff --git a/RunTest b/RunTest index 61ae8fd..14d9f60 100755 --- a/RunTest +++ b/RunTest @@ -494,11 +494,11 @@ for bmode in "$test8" "$test16" "$test32"; do fi # PCRE2 tests that are not Perl-compatible: API, errors, internals. We copy - # the testbtables file to the current directory for use by this test. + # the testbtables file to the current directory for use by this test. if [ $do2 = yes ] ; then echo $title2 "(excluding UTF-$bits)" - cp $testdata/testbtables . + cp $testdata/testbtables . for opt in "" $jitopt; do $sim $valgrind ${opt:+$vjs} ./pcre2test -q $setstack $bmode $opt $testdata/testinput2 testtry saverc=$? -- cgit v1.2.1