Skip to content

Commit

Permalink
Merge pull request #5735 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…5727-to-release-1.22

[release-1.22] Fix shell format
  • Loading branch information
openshift-merge-robot committed Mar 17, 2022
2 parents d93b2df + 6e88630 commit 28c5a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pod.bats
Expand Up @@ -196,14 +196,14 @@ function teardown() {
start_crio

jq --arg sysctl "1024 65000'+'net.ipv4.ip_forward=0'" \
' .linux.sysctls = {
'.linux.sysctls = {
"net.ipv4.ip_local_port_range": $sysctl,
}' "$TESTDATA"/sandbox_config.json > "$TESTDIR"/sandbox.json

! crictl runp "$TESTDIR"/sandbox.json

jq --arg sysctl "net.ipv4.ip_local_port_range=1024 65000'+'net.ipv4.ip_forward" \
' .linux.sysctls = {
'.linux.sysctls = {
($sysctl): "0",
}' "$TESTDATA"/sandbox_config.json > "$TESTDIR"/sandbox.json

Expand Down

0 comments on commit 28c5a70

Please sign in to comment.