cli, tests: rename "leftover" terms to "non-option"
[babeltrace.git] / tests / cli / convert / test_auto_source_discovery_grouping
index 60128d3ead73b9a4a634bb97ffe10a12f2cadc7b..d98f689f8268da32ba869bb772ec4e265e91b7bd 100755 (executable)
@@ -58,7 +58,7 @@ TestSourceExt: ${trace_dir}${dir_sep}ccc4
 TestSourceSomeDir: ${trace_dir}${dir_sep}some-dir
 END
 
-bt_diff_cli_sorted "$expected_file" "$stderr_expected" convert --plugin-path "${plugin_dir}" "ABCDE" "${trace_dir}" some_other_leftover
+bt_diff_cli_sorted "$expected_file" "$stderr_expected" convert --plugin-path "${plugin_dir}" "ABCDE" "${trace_dir}" some_other_non_opt
 ok "$?" "sources are auto-discovered"
 
 rm -f "$expected_file"
This page took 0.024316 seconds and 4 git commands to generate.