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=a60a1dbf97cd3ecebf0f3256fa36338e4b9ab4f4;hp=03ed4174ce471691f625593e29bc26772ceb4002;hb=a0baab4a979e830f7dc4698c20b71e84dea6ff9d;hpb=de767439f800b7e6069163cf5eea29b2df76070b diff --git a/tests/plugins/sink.ctf.fs/test_stream_names b/tests/plugins/sink.ctf.fs/test_stream_names index 03ed4174..a60a1dbf 100755 --- a/tests/plugins/sink.ctf.fs/test_stream_names +++ b/tests/plugins/sink.ctf.fs/test_stream_names @@ -39,7 +39,7 @@ bt_cli "$temp_stdout" "$temp_stderr" \ ok "$?" "run babeltrace" # Check stdout. -if [ "$BT_OS_TYPE" = "mingw" ]; then +if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then echo "Created CTF trace \`$(cygpath -m ${temp_output_dir})\\trace\`." > "$temp_expected_stdout" else echo "Created CTF trace \`${trace_dir}\`." > "$temp_expected_stdout"