diff --git a/cli/cli_test.go b/cli/cli_test.go index a4fbae7..e830c2f 100644 --- a/cli/cli_test.go +++ b/cli/cli_test.go @@ -3,7 +3,6 @@ package cli_test import ( - "os" "testing" "time" @@ -132,6 +131,5 @@ func FuzzFlags(f *testing.F) { args := []string{"awl", orig} //nolint:errcheck,gosec // Only make sure the program does not crash cli.ParseCLI(args, "TEST") - os.Args = args }) }