summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-09-07 09:50:59 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-09-07 09:50:59 +0000
commit5bc26cb3e177038f3d023c5cb6897035e24b357e (patch)
tree593f7b102d7c25ea85ba0f02a65b0730b708582f /RunGrepTest
parent5e9ca2415c9fdc4d7bd7ea34c233d1397f2f9a06 (diff)
downloadpcre-5bc26cb3e177038f3d023c5cb6897035e24b357e.tar.gz
Fix missing "sort" in test 35.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1029 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest2
1 files changed, 1 insertions, 1 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 3450123..8ecab12 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -207,7 +207,7 @@ echo "---------------------------- Test 34 -----------------------------" >>test
echo "RC=$?" >>testtry
echo "---------------------------- Test 35 -----------------------------" >>testtry
-(cd $srcdir; $valgrind $pcregrep -L -r --include=grepinputx --include grepinput8 --exclude-dir='^\.' 'fox' ./testdata) >>testtry
+(cd $srcdir; $valgrind $pcregrep -L -r --include=grepinputx --include grepinput8 --exclude-dir='^\.' 'fox' ./testdata | sort) >>testtry
echo "RC=$?" >>testtry
echo "---------------------------- Test 36 -----------------------------" >>testtry