/[grep]/grep/tests/spencer1.awk
ViewVC logotype

Diff of /grep/tests/spencer1.awk

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

revision 1.7 by alainm, Sun Mar 4 05:42:36 2001 UTC revision 1.8 by kasal, Fri Nov 19 14:00:18 2004 UTC
# Line 3  BEGIN { Line 3  BEGIN {
3          printf ("failures=0\n");          printf ("failures=0\n");
4  }  }
5    
6  $0 !~ /^#/  && NF = 3 {  $0 !~ /^#/  && NF == 3 {
7  #       printf ("status=`echo '%s'| { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);  #       printf ("status=`echo '%s'| { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
8          printf ("status=`echo '%s'| { ${GREP} -E -e '%s' >/dev/null 2>&1 ; echo $?; }`\n",$3, $2);          printf ("status=`echo '%s'| { ${GREP} -E -e '%s' >/dev/null 2>&1 ; echo $?; }`\n",$3, $2);
9          printf ("if test $status -ne %s ; then\n", $1);          printf ("if test $status -ne %s ; then\n", $1);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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