tests: test_auto_source_discovery_grouping: remove dir_sep variable
[babeltrace.git] / tests / cli / convert / test_auto_source_discovery_grouping
index 8378e625a70ffa8068978efb6e4872fa5d680fe9..219ca0d614856e7d3ce627e7ff7009f4306ca1b3 100755 (executable)
@@ -34,16 +34,6 @@ data_dir="${BT_TESTS_DATADIR}/auto-source-discovery/grouping"
 plugin_dir="${data_dir}"
 trace_dir="${data_dir}/traces"
 
-if [ "$BT_OS_TYPE" = "mingw" ]; then
-       # Use Windows native paths for comparison because Unix
-       # paths are converted by the shell before they are passed
-       # to the native babeltrace2 binary.
-       trace_dir=$(cygpath -w "$trace_dir")
-       dir_sep='\'
-else
-       dir_sep='/'
-fi
-
 stdout_expected_file="${BT_TESTS_DATADIR}/cli/convert/auto-source-discovery-grouping.expect"
 stdout_actual_file=$(mktemp -t stdout-actual.XXXXXX)
 stderr_actual_file=$(mktemp -t actual-stderr.XXXXXX)
This page took 0.023169 seconds and 4 git commands to generate.