mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
[CI:DOCS] Improve language. Fix spelling and typos.
* Correct spelling and typos. * Improve language. Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:

committed by
Matthew Heon

parent
a363b3a65c
commit
557b65e092
@ -247,7 +247,7 @@ var _ = Describe("Podman stop", func() {
|
||||
|
||||
It("podman stop should return silent success on stopping configured containers", func() {
|
||||
// following container is not created on OCI runtime
|
||||
// so we return success and assume that is is stopped
|
||||
// so we return success and assume that it is stopped
|
||||
session2 := podmanTest.Podman([]string{"create", "--name", "stopctr", ALPINE, "/bin/sh"})
|
||||
session2.WaitWithDefaultTimeout()
|
||||
Expect(session2).Should(Exit(0))
|
||||
|
@ -640,7 +640,7 @@ function assert() {
|
||||
fi
|
||||
|
||||
# This is a multi-line message, which may in turn contain multi-line
|
||||
# output, so let's format it ourself, readably
|
||||
# output, so let's format it ourself to make it more readable.
|
||||
local actual_split
|
||||
IFS=$'\n' read -rd '' -a actual_split <<<"$actual_string" || true
|
||||
printf "#/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv\n" >&2
|
||||
@ -690,7 +690,7 @@ function is() {
|
||||
fi
|
||||
|
||||
# This is a multi-line message, which may in turn contain multi-line
|
||||
# output, so let's format it ourself, readably
|
||||
# output, so let's format it ourself to make it more readable.
|
||||
local -a actual_split
|
||||
readarray -t actual_split <<<"$actual"
|
||||
printf "#/vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv\n" >&2
|
||||
|
Reference in New Issue
Block a user