tests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
[babeltrace.git] / tests / plugins / sink.ctf.fs / test_assume_single_trace
index e8508dc3945869fac51caa45b8ac8957331e9a86..dd84e04474e16d3bf040466b001befbf213747b3 100755 (executable)
@@ -37,7 +37,7 @@ bt_cli "$temp_stdout" "$temp_stderr" \
 ok "$?" "run sink.ctf.fs with assume-single-trace=true"
 
 # Check stdout.
-if [ "$BT_OS_TYPE" = "mingw" ]; then
+if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then
        echo "Created CTF trace \`$(cygpath -m ${trace_dir})\`." > "$temp_expected_stdout"
 else
        echo "Created CTF trace \`${trace_dir}\`." > "$temp_expected_stdout"
This page took 0.023941 seconds and 4 git commands to generate.