tests: Move data files to a common directory
[babeltrace.git] / tests / cli / test_trace_copy.in
index ca37ced43452a4633a07ac50f9803d9fc94a75d9..c9047460b70df55595708fdfea2d5c06cdbe3d63 100644 (file)
@@ -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))
This page took 0.024181 seconds and 4 git commands to generate.