We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9336f38 commit b50135aCopy full SHA for b50135a
command_darwin_test.go
@@ -36,8 +36,8 @@ func TestCommand_WithValidTimeout(t *testing.T) {
36
37
// I really don't see the point of mocking this
38
// as the stdlib does so already. So testing here
39
-// seems redundant. This simple check if we're compliant
40
-// with an api changes
+// seems redundant. This simply checks if we're compliant
+// with api changes
41
func TestCommand_WithUser(t *testing.T) {
42
cmd := NewCommand("echo hello", WithUser(syscall.Credential{}))
43
err := cmd.Execute()
0 commit comments