Fix lint errors caught by go test
Test: m checkbuild Change-Id: I5b8522aa9da22fc595e4f26c23e7836de59bdfa2
This commit is contained in:
@@ -183,7 +183,7 @@ func TestMissingPath(t *testing.T) {
|
||||
interposer := setup(t)
|
||||
err := os.Remove(interposer + "_origpath")
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to remove:", err)
|
||||
t.Fatal("Failed to remove:", err)
|
||||
}
|
||||
|
||||
exitCode, err := Main(ioutil.Discard, ioutil.Discard, interposer, []string{"true"}, mainOpts{})
|
||||
|
Reference in New Issue
Block a user