From ba8687fc28d4d3ed0ed844a2fe55dff33c890e65 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 16 Sep 2020 09:21:24 -0700 Subject: [PATCH] tests/int/helpers: fix indentation Signed-off-by: Kir Kolyshkin --- tests/integration/helpers.bash | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration/helpers.bash b/tests/integration/helpers.bash index 4287f5b63..e50247407 100644 --- a/tests/integration/helpers.bash +++ b/tests/integration/helpers.bash @@ -167,9 +167,9 @@ function init_cgroup_paths() { # Helper function to set cgroupsPath to the value of $OCI_CGROUPS_PATH function set_cgroups_path() { - bundle="${1:-.}" - init_cgroup_paths - update_config '.linux.cgroupsPath |= "'"${OCI_CGROUPS_PATH}"'"' $bundle + bundle="${1:-.}" + init_cgroup_paths + update_config '.linux.cgroupsPath |= "'"${OCI_CGROUPS_PATH}"'"' $bundle } # Helper to check a value in cgroups. @@ -207,8 +207,8 @@ function check_systemd_value() { # Helper function to set a resources limit function set_resources_limit() { - bundle="${1:-.}" - update_config '.linux.resources.pids.limit |= 100' $bundle + bundle="${1:-.}" + update_config '.linux.resources.pids.limit |= 100' $bundle } # Helper function to make /sys/fs/cgroup writable