tests: add and use bt_grep
[babeltrace.git] / tests / plugins / src.ctf.fs / test-deterministic-ordering.sh
index a641eb53812e5a42134b191a832b4d248deddf9a..6d2eb3a98023cb6120ac2c775d7721259783623b 100755 (executable)
@@ -66,10 +66,10 @@ expect_failure() {
                -c src.ctf.fs -p "inputs=[${inputs}]"
        isnt 0 "$?" "${test_name}: exit status is not 0"
 
-       grep --silent "^ERROR: " "${stderr_file}"
+       bt_grep --silent "^ERROR: " "${stderr_file}"
        ok "$?" "${test_name}: error stack is produced"
 
-       grep --silent "No event class with ID of event class ID to use in stream class" "${stderr_file}"
+       bt_grep --silent "No event class with ID of event class ID to use in stream class" "${stderr_file}"
        ok "$?" "${test_name}: expected error message is present"
 }
 
This page took 0.023601 seconds and 4 git commands to generate.