Fix: src.ctf.fs: Not resolving event common ctx
[babeltrace.git] / tests / cli / test_trace_copy
index 5147e8eccff7a5dae5aee3b50d5f030ebf92dac5..68ca4d3a3c220a0330979a5ee47f8850b30ec97f 100755 (executable)
@@ -32,8 +32,8 @@ clean_tmp() {
 
 SUCCESS_TRACES=("${BT_CTF_TRACES_PATH}/succeed/"*)
 
-# -2 because there is an empty trace that we skip
-NUM_TESTS=$((${#SUCCESS_TRACES[@]} * 3 - 2))
+# -4 because there are two empty traces that we skip
+NUM_TESTS=$((${#SUCCESS_TRACES[@]} * 3 - 4))
 
 plan_tests $NUM_TESTS
 
This page took 0.024393 seconds and 4 git commands to generate.