Test case: usr.bin/grep/grep_test:grep_nomatch_flags

Metadata

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: