Revision: 1013
http://vcs.pcre.org/viewvc?view=rev&revision=1013
Author: ph10
Date: 2012-08-25 17:50:00 +0100 (Sat, 25 Aug 2012)
Log Message:
-----------
Fix oversight in updated pcregrep test script.
Modified Paths:
--------------
code/trunk/RunGrepTest
Modified: code/trunk/RunGrepTest
===================================================================
--- code/trunk/RunGrepTest 2012-08-25 15:34:13 UTC (rev 1012)
+++ code/trunk/RunGrepTest 2012-08-25 16:50:00 UTC (rev 1013)
@@ -450,7 +450,7 @@
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 "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