Skip to content

Commit d3bf57f

Browse files
Merge pull request #5733 from openshift-cherrypick-robot/cherry-pick-5727-to-release-1.19
[release-1.19] Fix shell format
2 parents c12bb21 + fb13793 commit d3bf57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pod.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ function teardown() {
271271
start_crio
272272

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

278278
! crictl runp "$TESTDIR"/sandbox.json
279279

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

0 commit comments

Comments
 (0)