summaryrefslogtreecommitdiff
path: root/test/utils/common_function_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/common_function_test.go')
-rw-r--r--test/utils/common_function_test.go2
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() {