summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-11 20:27:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-11 20:27:03 +0000
commitfd5db157a2356f859e77744c4ea82fbe8aa17183 (patch)
tree8211fa9eb9550cb1a93b36fe77f6b91426dae79f /RunTest
parentb330e2d8210c08dfc4c99e71b477a020cb7e29fe (diff)
downloadpcre-fd5db157a2356f859e77744c4ea82fbe8aa17183.tar.gz
File tidies, preparing for 8.32-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest20
1 files changed, 10 insertions, 10 deletions
diff --git a/RunTest b/RunTest
index 0f4a99f..546e6e5 100755
--- a/RunTest
+++ b/RunTest
@@ -127,7 +127,7 @@ if [ $# -eq 1 -a "$1" = "ebcdic" ]; then
if [ $ebcdic -ne 1 ] ; then
echo "Cannot run EBCDIC tests: EBCDIC support not compiled"
exit 1
- fi
+ fi
for opt in "" "-s" "-dfa" "-s -dfa"; do
./pcretest -q $opt $testdata/testinputEBC >testtry
@@ -138,7 +138,7 @@ if [ $# -eq 1 -a "$1" = "ebcdic" ]; then
fi
if [ "$opt" = "-s" ] ; then echo " OK with study"
elif [ "$opt" = "-dfa" ] ; then echo " OK using DFA"
- elif [ "$opt" = "-s -dfa" ] ; then echo " OK using DFA with study"
+ elif [ "$opt" = "-s -dfa" ] ; then echo " OK using DFA with study"
else echo " OK"
fi
done
@@ -147,7 +147,7 @@ exit 0
fi
-# ------ Normal Tests ------
+# ------ Normal Tests ------
# Default values
@@ -229,7 +229,7 @@ while [ $# -gt 0 ] ; do
shift
done
-# Find which optional facilities are available.
+# Find which optional facilities are available.
$sim ./pcretest -C linksize >/dev/null
link_size=$?
@@ -263,13 +263,13 @@ test32=skip
if [ "$arg8$arg16$arg32" = "" ] ; then
if [ $support8 -ne 0 ] ; then
test8=
- fi
+ fi
if [ $support16 -ne 0 ] ; then
test16=-16
- fi
+ fi
if [ $support32 -ne 0 ] ; then
test32=-32
- fi
+ fi
# Select requested bit sizes
@@ -280,21 +280,21 @@ else
exit 1
fi
test8=
- fi
+ fi
if [ "$arg16" = yes ] ; then
if [ $support16 -eq 0 ] ; then
echo "Cannot run 16-bit library tests: 16-bit library not compiled"
exit 1
fi
test16=-16
- fi
+ fi
if [ "$arg32" = yes ] ; then
if [ $support32 -eq 0 ] ; then
echo "Cannot run 32-bit library tests: 32-bit library not compiled"
exit 1
fi
test32=-32
- fi
+ fi
fi
# UTF support always applies to all bit sizes if both are supported; we can't