X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fsnapshots%2Fust_test;h=f65906f11fe5d8aa3e7ddbaba77de86c9e285bf5;hb=9dfe0fe1d517b0c35a696c9f7a81868efe06db90;hp=11b04ed83810558e060cee6989903864694d0ab0;hpb=f664a99613e1ef4acfa680318c203e8a9fadd3aa;p=lttng-tools.git diff --git a/tests/regression/tools/snapshots/ust_test b/tests/regression/tools/snapshots/ust_test index 11b04ed83..f65906f11 100755 --- a/tests/regression/tools/snapshots/ust_test +++ b/tests/regression/tools/snapshots/ust_test @@ -182,7 +182,7 @@ function test_ust_local_snapshot () function test_ust_local_snapshot_max_size () { page_size=`getconf PAGE_SIZE` - num_cpus=`nproc` + num_cpus=$(conf_proc_count) # The minimum subbuf size is the platform PAGE_SIZE subbuf_size=$(($page_size*2))