diff --git a/src/restic/backend/s3/s3_test.go b/src/restic/backend/s3/s3_test.go index 7b3f74ce9..b806b3885 100644 --- a/src/restic/backend/s3/s3_test.go +++ b/src/restic/backend/s3/s3_test.go @@ -71,6 +71,9 @@ func runMinio(ctx context.Context, t testing.TB, dir, key, secret string) func() if err != nil { t.Fatal(err) } + + // ignore errors, we've killed the process + _ = cmd.Wait() } }