X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Ftest_trace_copy;fp=tests%2Fcli%2Ftest_trace_copy;h=5f902e17848d088a5f392d3ef9e16d170e11c3df;hb=6b66b7a98ed3e3a0056c6b157c3781efbda08770;hp=15b1344b310179ed7b77979805f39b034ce0080f;hpb=9bff3593e05b62430d3c7e3312694244118a4ced;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))