Skip to content

Commit 6bc1e9d

Browse files
committed
update script
1 parent a6d0c69 commit 6bc1e9d

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)