| Last change
 on this file since 3661 was             3529, checked in by bird, 4 years ago | 
        
          | 
Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.
 | 
        
          | 
              
Property                 svn:executable
 set to                 * | 
        
          | File size:
            264 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/sh | 
|---|
| 2 | # Outputting to /dev/null. | 
|---|
| 3 |  | 
|---|
| 4 | . "${srcdir=.}/init.sh"; path_prepend_ ../src | 
|---|
| 5 |  | 
|---|
| 6 | require_timeout_ | 
|---|
| 7 |  | 
|---|
| 8 | ${AWK-awk} 'BEGIN {while (1) print "x"}' </dev/null | | 
|---|
| 9 | returns_ 124 timeout 10 grep x >/dev/null || fail=1 | 
|---|
| 10 |  | 
|---|
| 11 | echo abc | grep b >>/dev/null || fail=1 | 
|---|
| 12 |  | 
|---|
| 13 | Exit $fail | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.