summaryrefslogtreecommitdiff
path: root/RunTest
diff options
context:
space:
mode:
Diffstat (limited to 'RunTest')
-rwxr-xr-xRunTest4
1 files changed, 2 insertions, 2 deletions
diff --git a/RunTest b/RunTest
index 385be54..a23c511 100755
--- a/RunTest
+++ b/RunTest
@@ -33,9 +33,9 @@ fi
if [ $do1 = yes ] ; then
echo "Testing main functionality (Perl compatible)"
- ./pcretest testinput testtry
+ ./pcretest testinput1 testtry
if [ $? = 0 ] ; then
- $cf testtry testoutput
+ $cf testtry testoutput1
if [ $? != 0 ] ; then exit 1; fi
else exit 1
fi