mirror of https://github.com/containers/podman.git
Codespell code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
25a96d7a44
commit
4f13b836bf
|
@ -2,7 +2,7 @@ package e2e_test
|
||||||
|
|
||||||
type resetMachine struct {
|
type resetMachine struct {
|
||||||
/*
|
/*
|
||||||
-f, --force Stop and do not prompt before reseting
|
-f, --force Stop and do not prompt before resetting
|
||||||
*/
|
*/
|
||||||
|
|
||||||
force bool
|
force bool
|
||||||
|
|
|
@ -83,7 +83,7 @@ func GetFedoraDownloadForWSL() (*url.URL, string, string, int64, error) {
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
if err := resp.Body.Close(); err != nil {
|
if err := resp.Body.Close(); err != nil {
|
||||||
logrus.Errorf("error closing http boddy: %q", err)
|
logrus.Errorf("error closing http body: %q", err)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
b, err := io.ReadAll(&io.LimitedReader{R: resp.Body, N: 1024})
|
b, err := io.ReadAll(&io.LimitedReader{R: resp.Body, N: 1024})
|
||||||
|
|
|
@ -921,7 +921,7 @@ EOF
|
||||||
run_podman run --rm --network $net1 $IMAGE true
|
run_podman run --rm --network $net1 $IMAGE true
|
||||||
|
|
||||||
# And now because of all the fun we have to check the same with slirp4netns and pasta because
|
# And now because of all the fun we have to check the same with slirp4netns and pasta because
|
||||||
# that uses slighlty different code paths. Note this would dealock before the fix.
|
# that uses slightly different code paths. Note this would deadlock before the fix.
|
||||||
# https://github.com/containers/podman/issues/21477
|
# https://github.com/containers/podman/issues/21477
|
||||||
run_podman 1 run --name $cname2 --network slirp4netns --restart on-failure:2 --userns keep-id $IMAGE false
|
run_podman 1 run --name $cname2 --network slirp4netns --restart on-failure:2 --userns keep-id $IMAGE false
|
||||||
run_podman inspect --format "{{.RestartCount}}" $cname2
|
run_podman inspect --format "{{.RestartCount}}" $cname2
|
||||||
|
|
Loading…
Reference in New Issue