summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-09 10:50:57 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-09 10:50:57 +0000
commit71cf6597fa7987b2d1920c99f69c5ed4b0497826 (patch)
tree5ecb19ef97e24b82d048251de05cd3c5bac81b20 /RunTest
parent9d3b898221101517d54cc5cb78d9e035db04cb20 (diff)
downloadpcre-71cf6597fa7987b2d1920c99f69c5ed4b0497826.tar.gz
Non-longjmp heap recursion.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@165 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest6
1 files changed, 3 insertions, 3 deletions
diff --git a/RunTest b/RunTest
index a05d35f..9445a67 100755
--- a/RunTest
+++ b/RunTest
@@ -50,7 +50,7 @@ while [ $# -gt 0 ] ; do
7) do7=yes;;
8) do8=yes;;
9) do9=yes;;
- 10) do10=yes;;
+ 10) do10=yes;;
valgrind) valgrind="valgrind -q";;
*) echo "Unknown test number $1"; exit 1;;
esac
@@ -100,7 +100,7 @@ if [ $link_size -ne 2 ] ; then
echo "Can't run test 10 because the link size ($link_size) is not 2"
exit 1
fi
-fi
+fi
# If no specific tests were requested, select all that are relevant.
@@ -116,7 +116,7 @@ if [ $do1 = no -a $do2 = no -a $do3 = no -a $do4 = no -a \
do7=yes
if [ $utf8 -ne 0 ] ; then do8=yes; fi
if [ $utf8 -ne 0 -a $ucp -ne 0 ] ; then do9=yes; fi
- if [ $link_size -eq 2 ] ; then do10=yes; fi
+ if [ $link_size -eq 2 ] ; then do10=yes; fi
fi
# Show which release