tests: fix shellcheck warnings in plugins/sink.ctf.fs
[babeltrace.git] / tests / plugins / sink.ctf.fs / test_stream_names
index c071eb173c71d4e42eb074e5a1a35f58152a9f39..e5993c7d0e6898657ce97a29c88a34bb422b9f02 100755 (executable)
@@ -40,7 +40,8 @@ ok "$?" "run babeltrace"
 
 # Check stdout.
 if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then
-       echo "Created CTF trace \`$(cygpath -m ${temp_output_dir})\\trace\`." > "$temp_expected_stdout"
+       # shellcheck disable=SC2028
+       echo "Created CTF trace \`$(cygpath -m "${temp_output_dir}")\\trace\`." > "$temp_expected_stdout"
 else
        echo "Created CTF trace \`${trace_dir}\`." > "$temp_expected_stdout"
 fi
This page took 0.022556 seconds and 4 git commands to generate.