tests: Use DYLD_LIBRARY_PATH on macOSX
[babeltrace.git] / tests / cli / test_convert_args
index d5bd7623980f350461b6762b87c93f4f2cdf00c3..48f1341fbc1c01de87ee5e894764856d5bebb220 100755 (executable)
@@ -77,7 +77,7 @@ comment() {
        echo "### $1 ###"
 }
 
-if [ "x${MSYSTEM:-}" != "x" ]; then
+if [ "$BT_OS_TYPE" = "mingw" ]; then
        path_to_trace="C://path/to/trace"
        output_path="C://output/path"
 else
This page took 0.022905 seconds and 4 git commands to generate.