tests: silence "variable/expression in single quote" shellcheck warnings
[babeltrace.git] / tests / cli / convert / test_auto_source_discovery_grouping
index 53b932a4034fc82aa2d32af24663a91b255b72b9..8378e625a70ffa8068978efb6e4872fa5d680fe9 100755 (executable)
@@ -58,6 +58,7 @@ bt_diff "$stdout_expected_file" "$stdout_actual_file"
 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"
 ok "$?" "warning is printed"
 
This page took 0.023912 seconds and 4 git commands to generate.