tests: Move data files to a common directory
[babeltrace.git] / tests / cli / test_intersection.in
index 7cea9be7eb12b29f31ddfca671ba22aa1b526498..b84ec8abeb5887dee42f091af71959afab632184 100644 (file)
@@ -35,16 +35,16 @@ test_intersect() {
 diag "Test the stream intersection feature"
 
 diag "2 streams offsetted with 3 packets intersecting"
-test_intersect "${BT_CTF_TRACES}/intersection/3eventsintersect" 8 3
+test_intersect "${BT_CTF_TRACES_PATH}/intersection/3eventsintersect" 8 3
 
 diag "2 streams offsetted with 3 packets intersecting (exchanged file names)"
-test_intersect "${BT_CTF_TRACES}/intersection/3eventsintersectreverse" 8 3
+test_intersect "${BT_CTF_TRACES_PATH}/intersection/3eventsintersectreverse" 8 3
 
 diag "No intersection between 2 streams"
-test_intersect "${BT_CTF_TRACES}/intersection/nointersect" 6 0
+test_intersect "${BT_CTF_TRACES_PATH}/intersection/nointersect" 6 0
 
 diag "Only 1 stream"
-test_intersect "${BT_CTF_TRACES}/intersection/onestream" 3 3
+test_intersect "${BT_CTF_TRACES_PATH}/intersection/onestream" 3 3
 
 diag "No stream at all"
-test_intersect "${BT_CTF_TRACES}/intersection/nostream" 0 0
+test_intersect "${BT_CTF_TRACES_PATH}/intersection/nostream" 0 0
This page took 0.024012 seconds and 4 git commands to generate.