aboutsummaryrefslogtreecommitdiff
path: root/lib/os/exec/exec_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/os/exec/exec_test.go')
-rw-r--r--lib/os/exec/exec_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/os/exec/exec_test.go b/lib/os/exec/exec_test.go
index 957c11f3..24cd001b 100644
--- a/lib/os/exec/exec_test.go
+++ b/lib/os/exec/exec_test.go
@@ -72,7 +72,7 @@ func TestParseCommandArg(t *testing.T) {
}}
for _, c := range cases {
- t.Logf(c.in)
+ t.Log(c.in)
gotCmd, gotArgs := ParseCommandArgs(c.in)
test.Assert(t, "cmd", c.expCmd, gotCmd)
test.Assert(t, "args", c.expArgs, gotArgs)