[Pcre-svn] [1029] code/trunk/RunGrepTest: Fix missing "sort"…

Góra strony
Delete this message
Autor: Subversion repository
Data:  
Dla: pcre-svn
Temat: [Pcre-svn] [1029] code/trunk/RunGrepTest: Fix missing "sort" in test 35.
Revision: 1029
          http://vcs.pcre.org/viewvc?view=rev&revision=1029
Author:   ph10
Date:     2012-09-07 10:50:59 +0100 (Fri, 07 Sep 2012)


Log Message:
-----------
Fix missing "sort" in test 35.

Modified Paths:
--------------
    code/trunk/RunGrepTest


Modified: code/trunk/RunGrepTest
===================================================================
--- code/trunk/RunGrepTest    2012-09-06 16:55:38 UTC (rev 1028)
+++ code/trunk/RunGrepTest    2012-09-07 09:50:59 UTC (rev 1029)
@@ -207,7 +207,7 @@
 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