X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Ftest_trace_copy;h=5f902e17848d088a5f392d3ef9e16d170e11c3df;hb=36aa69d73533105693fe0537dc81bcf31256ac91;hp=15b1344b310179ed7b77979805f39b034ce0080f;hpb=0374584e32997f5f39f835f0a5a4807ac7e68f45;p=babeltrace.git diff --git a/tests/cli/test_trace_copy b/tests/cli/test_trace_copy index 15b1344b..5f902e17 100755 --- a/tests/cli/test_trace_copy +++ b/tests/cli/test_trace_copy @@ -30,7 +30,7 @@ clean_tmp() { rm -rf "${out_path}" "${text_output1}" "${text_output2_intermediary}" "${text_output2}" } -SUCCESS_TRACES=(${BT_CTF_TRACES_PATH}/succeed/*) +SUCCESS_TRACES=("${BT_CTF_TRACES_PATH}/succeed/"*) # -2 because there is an empty trace that we skip NUM_TESTS=$((${#SUCCESS_TRACES[@]} * 3 - 2))