mirror of
https://github.com/containers/podman.git
synced 2025-09-18 15:54:49 +08:00
Change all 'can not' to 'cannot' for proper usage
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -36,7 +36,7 @@ var _ = Describe("Common functions test", func() {
|
||||
|
||||
It("Test SystemExec", func() {
|
||||
session := SystemExec(GoechoPath, []string{})
|
||||
Expect(session.Command.Process).ShouldNot(BeNil(), "SystemExec can not start a process")
|
||||
Expect(session.Command.Process).ShouldNot(BeNil(), "SystemExec cannot start a process")
|
||||
})
|
||||
|
||||
It("Test StringInSlice", func() {
|
||||
|
Reference in New Issue
Block a user