tests: replace xargs workaround with bash array expansion
[babeltrace.git] / tests / plugins / flt.utils.trimmer / test_trimming
index 28c3fd2d65b03ced0bb9055875b726f471ea5816..1dbb72e7229183b058b5e04cf643dd90344a64b8 100755 (executable)
@@ -58,9 +58,7 @@ function run_test
 
        # with_stream_msgs_cs is set to "true" or "false" by the tests.
 
-       cli_args="-c src.test-trimmer.TheSourceOfAllEvil -p 'with-stream-msgs-cs=$with_stream_msgs_cs' -c sink.text.details '--params=compact=true,with-metadata=false' '--plugin-path=$data_dir' $begin $end"
-
-       bt_diff_cli "$cli_args" "$temp_expected"
+       bt_diff_cli "$temp_expected" -c src.test-trimmer.TheSourceOfAllEvil -p with-stream-msgs-cs=$with_stream_msgs_cs -c sink.text.details --params=compact=true,with-metadata=false --plugin-path=$data_dir $begin $end
        ok $? "$test_name"
 }
 
This page took 0.024189 seconds and 4 git commands to generate.