diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-12-21 10:27:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2018-12-21 10:27:54 -0500 |
commit | 4d1326240501312d60bce184db7f63d9e5cfae49 (patch) | |
tree | 8ca70973a38611a9c9850c05c0ffc55f18b56a60 /test | |
parent | 664076c259c8751483fbcbe57ab5273d9f3e5c8c (diff) | |
download | podman-4d1326240501312d60bce184db7f63d9e5cfae49.tar.gz podman-4d1326240501312d60bce184db7f63d9e5cfae49.tar.bz2 podman-4d1326240501312d60bce184db7f63d9e5cfae49.zip |
Change all 'can not' to 'cannot' for proper usage
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/utils/common_function_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/common_function_test.go b/test/utils/common_function_test.go index 1648a4899..98cb43188 100644 --- a/test/utils/common_function_test.go +++ b/test/utils/common_function_test.go @@ -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() { |