X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2Ftest_trace_copy.in;h=c9047460b70df55595708fdfea2d5c06cdbe3d63;hb=86f0fb5572a6a96b815793f7e39901047aac2ba9;hp=ca37ced43452a4633a07ac50f9803d9fc94a75d9;hpb=3389bd413d7e92a14a8974c485b010fc1e29be87;p=babeltrace.git diff --git a/tests/cli/test_trace_copy.in b/tests/cli/test_trace_copy.in index ca37ced4..c9047460 100644 --- a/tests/cli/test_trace_copy.in +++ b/tests/cli/test_trace_copy.in @@ -21,7 +21,7 @@ clean_tmp() { rm -rf "${out_path}" "${text_output1}" "${text_output2}" } -SUCCESS_TRACES=(${BT_CTF_TRACES}/succeed/*) +SUCCESS_TRACES=(${BT_CTF_TRACES_PATH}/succeed/*) # -2 because there is an empty trace that we skip NUM_TESTS=$((${#SUCCESS_TRACES[@]} * 3 - 2))