/[grep]/grep/tests/backref.sh
ViewVC logotype

Diff of /grep/tests/backref.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by kasal, Wed Jul 23 05:15:51 2003 UTC revision 1.4 by kasal, Fri Nov 19 14:00:18 2004 UTC
# Line 14  if test $? -ne 0 ; then Line 14  if test $? -ne 0 ; then
14  fi  fi
15    
16  # hit hard with the `Bond' tests  # hit hard with the `Bond' tests
17  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
18    echo "civic" | ${GREP} -E -e '^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.).?\9\8\7\6\5\4\3\2\1$' > /dev/null 2>&1
19  if test $? -ne 0 ; then  if test $? -ne 0 ; then
20          echo "Options: Bond, test \#2 failed"          echo "Options: Bond, test \#2 failed"
21          failures=1          failures=1

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26