Test case: usr.bin/grep/grep_test:grep_nomatch_flags
- Test program: /usr/tests/usr.bin/grep/grep_test
- Result: expected_failure: this test does not pass with GNU grep in base: atf-check failed; see the output of the test for details
- Start time: 2019-11-17T03:53:24.121180Z
- End time: 2019-11-17T03:53:24.452035Z
- Duration: 0.331s
- Execution context
Metadata
- allowed_architectures =
- allowed_platforms =
- description = Check for no match (-c, -l, -L, -q) flags not producing line matches or context (PR 219077)
- has_cleanup = false
- is_exclusive = false
- required_configs =
- required_disk_space = 0
- required_files =
- required_memory = 0
- required_programs =
- required_user =
- timeout = 300
Standard output
Executing command [ grep -c -C 1 -e B test1 ]
Executing command [ grep -c -B 1 -e B test1 ]
Executing command [ grep -c -A 1 -e B test1 ]
Executing command [ grep -c -C 1 -e B test1 ]
Executing command [ grep -l -e B test1 ]
Executing command [ grep -l -B 1 -e B test1 ]
Executing command [ grep -l -A 1 -e B test1 ]
Executing command [ grep -l -C 1 -e B test1 ]
Executing command [ grep -L -e D test1 ]
Standard error
Fail: incorrect exit status: 1, expected: 0
stdout:
test1
stderr: