From: Stanislav Kholmanskikh Date: Mon, 11 Nov 2013 09:34:54 +0000 (+0000) Subject: xfstests: generic/273: use src/feature -o X-Git-Tag: v2022.05.01~3326 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=efbdf561bd9a7124b3a35601b2ca036ff2f88dce;p=xfstests-dev.git xfstests: generic/273: use src/feature -o Due to partially committed series (fd080d64b6e9677cb9d0a15dc7e308b6ca0e273f) generic/273 test uses '_no_of_online_cpus' function which is not defined. Now it's safe to switch it to 'src/feature -o'. Signed-off-by: Stanislav Kholmanskikh Reviewed-by: Jie Liu Signed-off-by: Rich Johnston --- diff --git a/tests/generic/273 b/tests/generic/273 index c0284383..ab04dfa3 100755 --- a/tests/generic/273 +++ b/tests/generic/273 @@ -47,7 +47,7 @@ count=2 _threads_set() { - _cpu_num=`_no_of_online_cpus` + _cpu_num=`$here/src/feature -o` threads=$(($_cpu_num * 50)) if [ $threads -gt 200 ] then