tests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
[babeltrace.git] / tests / plugins / src.ctf.fs / test_deterministic_ordering
index f832200b6f9796246afb4ab6f83bb2563068ba3f..02a76c20a92581f1ede08c121bcd414746e0e0c2 100755 (executable)
@@ -42,7 +42,7 @@ trace_a_corrupted="${traces_dir}/a-corrupted"
 trace_b_not_corrupted="${traces_dir}/b-not-corrupted"
 trace_c_corrupted="${traces_dir}/c-corrupted"
 
 trace_b_not_corrupted="${traces_dir}/b-not-corrupted"
 trace_c_corrupted="${traces_dir}/c-corrupted"
 
-if [ "$BT_OS_TYPE" = "mingw" ]; then
+if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then
        # The MSYS2 shell makes a mess trying to convert the Unix-like paths
        # to Windows-like paths, so just disable the automatic conversion and
        # do it by hand.
        # The MSYS2 shell makes a mess trying to convert the Unix-like paths
        # to Windows-like paths, so just disable the automatic conversion and
        # do it by hand.
This page took 0.024098 seconds and 4 git commands to generate.