Skip to content

Commit f81f708

Browse files
committed
fix
1 parent 6bc1e9d commit f81f708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function check_cgroup_value() {
258258
local expected=$2
259259

260260
echo "current $current !? $expected"
261-
[ "$current" = "$expected" ] || [ "$current" = "$expected/1000" ]
261+
[ "$current" = "$expected" ] || [ "$current" = "$((expected/1000))" ]
262262
}
263263

264264
# Helper to check a value in systemd.

0 commit comments

Comments
 (0)