grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/tests/backref.sh


From: Stepan Kasal
Subject: Changes to grep/tests/backref.sh
Date: Fri, 19 Nov 2004 09:04:54 -0500

Index: grep/tests/backref.sh
diff -u grep/tests/backref.sh:1.3 grep/tests/backref.sh:1.4
--- grep/tests/backref.sh:1.3   Wed Jul 23 05:15:51 2003
+++ grep/tests/backref.sh       Fri Nov 19 14:00:18 2004
@@ -14,7 +14,8 @@
 fi
 
 # hit hard with the `Bond' tests
-echo "civic" | ${GREP} -E -e 
'^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?).?\9\8\7\6\5\4\3\2\1$' > /dev/null 2>&1
+# For now, remove the ``?'' in the last parentheses, so that new glibc can do 
it.  --Stepan
+echo "civic" | ${GREP} -E -e 
'^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.).?\9\8\7\6\5\4\3\2\1$' > /dev/null 2>&1
 if test $? -ne 0 ; then
         echo "Options: Bond, test \#2 failed"
         failures=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]