summaryrefslogtreecommitdiff
path: root/maint/ManyConfigTests
diff options
context:
space:
mode:
Diffstat (limited to 'maint/ManyConfigTests')
-rwxr-xr-xmaint/ManyConfigTests6
1 files changed, 4 insertions, 2 deletions
diff --git a/maint/ManyConfigTests b/maint/ManyConfigTests
index 6192e36..a1dba03 100755
--- a/maint/ManyConfigTests
+++ b/maint/ManyConfigTests
@@ -80,9 +80,11 @@ fi
# This function runs a single test with the set of configuration options that
-# are in $opts. The source directory must be set in srcdir.
+# are in $opts. The source directory must be set in srcdir. The function must
+# be defined as "runtest()" not "function runtest()" in order to run on
+# Solaris.
-function runtest()
+runtest()
{
rm -f $srcdir/pcre2test $srcdir/pcre2grep $srcdir/pcre2_jit_test
testcount=`expr $testcount + 1`