summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-12-04 14:30:03 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-12-04 14:30:03 +0000
commitd1aeeb6d38f3fe8c94515f4cfc29016db366cb04 (patch)
treee73accd2ed3b45b97f8ee1cac510d91ede17cef0 /RunTest
parente0be6df97de6ce1e8d90b1ea65ee623a0c77f1d4 (diff)
downloadpcre2-d1aeeb6d38f3fe8c94515f4cfc29016db366cb04.tar.gz
Final file tidies for 10.36
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1287 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest4
1 files changed, 2 insertions, 2 deletions
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=$?