summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-25 16:50:00 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-08-25 16:50:00 +0000
commit808bb1228fc6a71f4e5630712c9c7338a0dbf2e3 (patch)
treecba8423b39514601c0eac6440c9ad2a33e326447 /RunGrepTest
parent0c968c68ce2d6383fff7e455d7404c7b2deeb180 (diff)
downloadpcre-808bb1228fc6a71f4e5630712c9c7338a0dbf2e3.tar.gz
Fix oversight in updated pcregrep test script.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1013 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest4
1 files changed, 2 insertions, 2 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 2494088..e462f35 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -450,7 +450,7 @@ echo "---------------------------- Test 93 -----------------------------" >>test
echo "RC=$?" >>testtry
echo "---------------------------- Test 94 -----------------------------" >>testtry
-(cd $srcdir; $valgrind $pcregrep -L -r --include=grepinputx --include grepinput8 'fox' ./testdata/grepinput*) >>testtry
+(cd $srcdir; $valgrind $pcregrep -L -r --include=grepinputx --include grepinput8 'fox' ./testdata/grepinput* | sort) >>testtry
echo "RC=$?" >>testtry
echo "---------------------------- Test 95 -----------------------------" >>testtry
@@ -458,7 +458,7 @@ echo "---------------------------- Test 95 -----------------------------" >>test
echo "RC=$?" >>testtry
echo "---------------------------- Test 96 -----------------------------" >>testtry
-(cd $srcdir; $valgrind $pcregrep -L -r --include-dir=testdata --exclude '^(?!grepinput)' 'fox' ./test*) >>testtry
+(cd $srcdir; $valgrind $pcregrep -L -r --include-dir=testdata --exclude '^(?!grepinput)' 'fox' ./test* | sort) >>testtry
echo "RC=$?" >>testtry
echo "---------------------------- Test 97 -----------------------------" >>testtry