X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=remote%2Fainsl%2Fainsl_test.go;h=923d49d333399668a227f649545b6698e4f65e86;hb=d109a6151f48fc9e322bacbd3cc5e4f00eade713;hp=07d92420b59a076e19c8022a690577a299971a26;hpb=8620dac1f9ee7f73058e3e97b488ec0c710a89df;p=safcm%2Fsafcm.git diff --git a/remote/ainsl/ainsl_test.go b/remote/ainsl/ainsl_test.go index 07d9242..923d49d 100644 --- a/remote/ainsl/ainsl_test.go +++ b/remote/ainsl/ainsl_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Simon Ruderich +// Copyright (C) 2021-2023 Simon Ruderich // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ func TestHandle(t *testing.T) { if err != nil { t.Fatal(err) } - defer os.Chdir(cwd) + defer os.Chdir(cwd) //nolint:errcheck err = os.RemoveAll("testdata") if err != nil {