tests: add and use bt_grep
[babeltrace.git] / tests / cli / convert / test-convert-args.sh
index eee251dee7d518e24693750bbcec16bba010262e..ac4c2b523c75c41ca57a999c8167cd2363d1b5de 100755 (executable)
@@ -57,7 +57,7 @@ test_bt_convert_fails() {
        ok $? "$what: nothing is printed on stdout"
 
        # Check for expected error string in stderr.
-       grep --quiet --fixed-strings -e "$expected_error_str" "$tmp_stderr"
+       bt_grep --quiet --fixed-strings -e "$expected_error_str" "$tmp_stderr"
        local status=$?
        ok "$status" "$what: expected error message"
        if [ "$status" -ne 0 ]; then
This page took 0.023943 seconds and 4 git commands to generate.