tests: normalize names of files and more
[babeltrace.git] / tests / utils / utils.sh
index 8bf9df896509c3a6a7998174ed9da8f4b1d56fe2..937b97e9ef31b108ececc94ee6a6442e864aed5c 100644 (file)
@@ -228,8 +228,8 @@ bt_diff_cli() {
        local ret_stdout
        local ret_stderr
 
-       temp_stdout_output_file="$(mktemp -t actual_stdout.XXXXXX)"
-       temp_stderr_output_file="$(mktemp -t actual_stderr.XXXXXX)"
+       temp_stdout_output_file="$(mktemp -t actual-stdout.XXXXXX)"
+       temp_stderr_output_file="$(mktemp -t actual-stderr.XXXXXX)"
 
        # Run the CLI to get a detailed file.
        bt_cli "$temp_stdout_output_file" "$temp_stderr_output_file" "${args[@]}"
This page took 0.025271 seconds and 4 git commands to generate.