tests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
[babeltrace.git] / tests / cli / list-plugins / test_list_plugins
index 7184aa4656744d854f77f094ab62d9f4564f43c5..3e42d1adc4aec0bc44d2a1e1f896611d37b384ee 100755 (executable)
@@ -34,7 +34,7 @@ ok "$?" "exit code is 0"
 grep --after-context=11 '^this-is-a-plugin:$' "${stdout_file}" > "${grep_stdout_file}"
 ok "$?" "entry for this-is-a-plugin is present"
 
-if [ "$BT_OS_TYPE" = "mingw" ]; then
+if [ "$BT_TESTS_OS_TYPE" = "mingw" ]; then
        platform_plugin_dir=$(cygpath -m "${plugin_dir}")
 else
        platform_plugin_dir="${plugin_dir}"
This page took 0.023135 seconds and 4 git commands to generate.