Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/testsuite/grep.tests

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

revision 1178 by niro, Wed Aug 18 21:56:57 2010 UTC revision 1179 by niro, Wed Dec 15 21:33:41 2010 UTC
# Line 98  testing "grep -o does not loop forever" Line 98  testing "grep -o does not loop forever"
98   'grep -o "[^/]*$"' \   'grep -o "[^/]*$"' \
99   "test\n" \   "test\n" \
100   "" "/var/test\n"   "" "/var/test\n"
101    testing "grep -o does not loop forever on zero-length match" \
102     'grep -o "" | head -n1' \
103     "" \
104     "" "test\n"
105    
106  exit $FAILCOUNT  exit $FAILCOUNT

Legend:
Removed from v.1178  
changed lines
  Added in v.1179