X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsink.ctf.fs%2Ftest_stream_names;fp=tests%2Fplugins%2Fsink.ctf.fs%2Ftest_stream_names;h=e5993c7d0e6898657ce97a29c88a34bb422b9f02;hp=c071eb173c71d4e42eb074e5a1a35f58152a9f39;hb=c169867cabd97bbdb445b04010f7ededc9e3f2c3;hpb=ffa209addac22ab2fddcd18f42bafaa0410068e4 diff --git a/tests/plugins/sink.ctf.fs/test_stream_names b/tests/plugins/sink.ctf.fs/test_stream_names index c071eb17..e5993c7d 100755 --- a/tests/plugins/sink.ctf.fs/test_stream_names +++ b/tests/plugins/sink.ctf.fs/test_stream_names @@ -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