Is there a problem with the tester? What is this situation? I have already output it

[tester::#OL9] Running tests for Stage #OL9 (File Search - Search a multi-line file)
[tester::#OL9] [setup] echo “orange” > “fruits-6854.txt”
[tester::#OL9] [setup] echo “grape” >> “fruits-6854.txt”
[tester::#OL9] [setup] echo “blueberry” >> “fruits-6854.txt”
[tester::#OL9] [setup] echo “strawberry” >> “fruits-6854.txt”
[tester::#OL9] $ ./your_program.sh -E .+berry fruits-6854.txt
[your_program] fruits-6854.txt:blueberry
[your_program] fruits-6854.txt:strawberry
[tester::#OL9] ✓ Received exit code 0.
[tester::#OL9] Expected 2 lines in output, only found 0 matching lines. Missing matches:
[tester::#OL9] ⨯ “blueberry”
[tester::#OL9] ⨯ “strawberry”
[tester::#OL9] Test failed

Hi, thanks for your post!

I’m currently out of the office for the holidays and will be back on January 5. I’ll get back to you as soon as possible once I return.