Fix race condition :)
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
e6ea56196b
commit
65dc5f319e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue