tests: add and use bt_grep
[babeltrace.git] / tests / cli / convert / test-auto-source-discovery-grouping.sh
index e476c96cb435a6448575c444c9b28d37c48df25b..0e2666c2431935cfb9563e062a8e409f769472df 100755 (executable)
@@ -39,7 +39,7 @@ ok "$?" "expected components are instantiated with expected inputs"
 
 # Check that expected warning is printed.
 # shellcheck disable=SC2016
-grep -q 'No trace was found based on input `some_other_non_opt`' "$stderr_actual_file"
+bt_grep -q 'No trace was found based on input `some_other_non_opt`' "$stderr_actual_file"
 ok "$?" "warning is printed"
 
 rm -f "$stdout_actual_file"
This page took 0.023995 seconds and 4 git commands to generate.