fix typo in comment
parent
693cd7c6da
commit
44d0312a8a
|
@ -180,7 +180,7 @@ func TestErrorSpam(t *testing.T) {
|
||||||
t.Fatalf("failed to close log file: %v", err)
|
t.Fatalf("failed to close log file: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// run commmand again
|
// run command again
|
||||||
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
|
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("%q failed: %v", rr.Command(), err)
|
t.Errorf("%q failed: %v", rr.Command(), err)
|
||||||
|
|
Loading…
Reference in New Issue