File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,6 @@ func TestScript(t *testing.T) {
208
208
if neg || len (args ) != 1 {
209
209
ts .Fatalf ("usage: oauthregistry <mode>" )
210
210
}
211
- ts .Setenv ("CUE_EXPERIMENT" , "modules" )
212
211
srv := newMockRegistryOauth (args [0 ])
213
212
u , _ := url .Parse (srv .URL )
214
213
ts .Setenv ("CUE_REGISTRY" , u .Host + "+insecure" )
Original file line number Diff line number Diff line change 1
- env CUE_EXPERIMENT=modules
2
1
exec cue def policy.proto -p api -I include
3
2
cmp stdout expect-stdout
4
3
Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ func TestScript(t *testing.T) {
94
94
RequireExplicitExec : true ,
95
95
RequireUniqueNames : true ,
96
96
Setup : func (env * testscript.Env ) error {
97
- env .Setenv ("CUE_EXPERIMENT" , "modules" )
98
- env .Setenv ("CUE_REGISTRY" , "registry.cue.works" )
99
97
env .Setenv ("CUE_CACHED_GOBIN" , os .Getenv ("CUE_CACHED_GOBIN" ))
100
98
env .Setenv ("CUE_REGISTRY_TOKEN" , os .Getenv ("CUE_REGISTRY_TOKEN" ))
101
99
You can’t perform that action at this time.
0 commit comments