We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec24c5 commit c5d33b1Copy full SHA for c5d33b1
tests/integration/update.bats
@@ -93,7 +93,7 @@ function check_cgroup_value() {
93
94
# update cpuset if supported (i.e. we're running on a multicore cpu)
95
cpu_count=$(grep '^processor' /proc/cpuinfo | wc -l)
96
- if [ $cpu_count -ge 1 ]; then
+ if [ $cpu_count -gt 1 ]; then
97
runc update test_update --cpuset-cpus "1"
98
[ "$status" -eq 0 ]
99
check_cgroup_value $CGROUP_CPUSET "cpuset.cpus" 1
0 commit comments