X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsrc.ctf.lttng-live%2Ftest_live;fp=tests%2Fplugins%2Fsrc.ctf.lttng-live%2Ftest_live;h=deee081a2f02fdfb5919f6feb476f52792bb13a7;hp=bbda1d3620bb137b29cb0650af429231e098ab7b;hb=a0baab4a979e830f7dc4698c20b71e84dea6ff9d;hpb=de767439f800b7e6069163cf5eea29b2df76070b diff --git a/tests/plugins/src.ctf.lttng-live/test_live b/tests/plugins/src.ctf.lttng-live/test_live index bbda1d36..deee081a 100755 --- a/tests/plugins/src.ctf.lttng-live/test_live +++ b/tests/plugins/src.ctf.lttng-live/test_live @@ -38,7 +38,7 @@ this_dir_relative="plugins/src.ctf.lttng-live" test_data_dir="$BT_TESTS_DATADIR/$this_dir_relative" trace_dir="$BT_CTF_TRACES_PATH" -if [ "$BT_OS_TYPE" = "mingw" ]; then +if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then # Same as the above, but in Windows form (C:\foo\bar) instead of Unix form # (/c/foo/bar). trace_dir_native=$(cygpath -w "${trace_dir}")