X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fcli%2Ftest_trace_copy;fp=tests%2Fcli%2Ftest_trace_copy;h=761465e5da9c43b503018bf8ee4bccabe6af8175;hp=628812c6398bb39ee4d556ac69eee13699d9f8e5;hb=524e73a1580c5c4dac9359177ba6da2577424642;hpb=dc0e9f45e1b68fdc9e19de17bee72c5f2676f5b0 diff --git a/tests/cli/test_trace_copy b/tests/cli/test_trace_copy index 628812c6..761465e5 100755 --- a/tests/cli/test_trace_copy +++ b/tests/cli/test_trace_copy @@ -22,8 +22,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