tests: add and use bt_grep
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / test-succeed.sh
index 655963590e00aa156e9941aeee0b0b76e2a50bee..5a00601ca1e48b8c243f616c2bdcc5c5cbbe3ddf 100755 (executable)
@@ -67,7 +67,7 @@ test_packet_end() {
                "$succeed_trace_dir/$name" "${details_comp[@]}" \
                "${details_args[@]}"
 
-       "$BT_TESTS_GREP_BIN" "Packet end" "$temp_stdout_output_file" > "$temp_greped_stdout_output_file"
+       bt_grep "Packet end" "$temp_stdout_output_file" > "$temp_greped_stdout_output_file"
 
        bt_diff "$expected_stdout" "$temp_greped_stdout_output_file"
        ret_stdout=$?
This page took 0.023986 seconds and 4 git commands to generate.