diff --git a/cmd/tokengen/main_test.go b/cmd/tokengen/main_test.go index def0647335..0e9d600316 100644 --- a/cmd/tokengen/main_test.go +++ b/cmd/tokengen/main_test.go @@ -42,9 +42,9 @@ func TestGenFullSuccess(t *testing.T) { gt.Expect(err).NotTo(HaveOccurred()) defer gexec.CleanupBuildArtifacts() - // tempOutput := t.TempDir() - // defer utils.IgnoreErrorWithOneArg(os.RemoveAll, tempOutput) - tempOutput := "./testdata" + tempOutput := t.TempDir() + defer utils.IgnoreErrorWithOneArg(os.RemoveAll, tempOutput) + // tempOutput := "./testdata" testGenRun( gt, tokengen,