summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-25 18:28:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-25 18:28:05 +0000
commitd68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c (patch)
treec3586277f92c23d03d7311691ded336574be3e32 /RunTest
parenta8a7a4c76ffd3885762e37880b5363e374831501 (diff)
downloadpcre-d68f7d9fa6a81170dd9b1b5e8871d32b8a3a726c.tar.gz
Source tidies for 7.8-RC1
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@371 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 24f4c15..514bb79 100755
--- a/RunTest
+++ b/RunTest
@@ -144,13 +144,13 @@ if [ $do2 = yes ] ; then
if [ $? = 0 ] ; then
$cf $testdata/testoutput2 testtry
if [ $? != 0 ] ; then exit 1; fi
- else
+ else
echo " "
echo "** Test 2 requires a lot of stack. If it has crashed with a"
echo "** segmentation fault, it may be that you do not have enough"
echo "** stack available by default. Please see the 'pcrestack' man"
- echo "** page for a discussion of PCRE's stack usage."
- echo " "
+ echo "** page for a discussion of PCRE's stack usage."
+ echo " "
exit 1
fi
echo "OK"