X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsrc.ctf.fs%2Ftest_deterministic_ordering;fp=tests%2Fplugins%2Fsrc.ctf.fs%2Ftest_deterministic_ordering;h=02a76c20a92581f1ede08c121bcd414746e0e0c2;hp=f832200b6f9796246afb4ab6f83bb2563068ba3f;hb=a0baab4a979e830f7dc4698c20b71e84dea6ff9d;hpb=de767439f800b7e6069163cf5eea29b2df76070b diff --git a/tests/plugins/src.ctf.fs/test_deterministic_ordering b/tests/plugins/src.ctf.fs/test_deterministic_ordering index f832200b..02a76c20 100755 --- a/tests/plugins/src.ctf.fs/test_deterministic_ordering +++ b/tests/plugins/src.ctf.fs/test_deterministic_ordering @@ -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" -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.