File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,7 @@ fn default_registry_configured() {
83
83
check_token ( Some ( "dummy-token" ) , Some ( "dummy-registry" ) ) ;
84
84
check_token ( Some ( "crates-io-token" ) , None ) ;
85
85
86
- cargo_process ( "logout -Zunstable-options" )
87
- . masquerade_as_nightly_cargo ( & [ "cargo-logout" ] )
86
+ cargo_process ( "logout" )
88
87
. with_stderr (
89
88
"\
90
89
[LOGOUT] token for `dummy-registry` has been removed from local storage
@@ -97,8 +96,7 @@ fn default_registry_configured() {
97
96
check_token ( None , Some ( "dummy-registry" ) ) ;
98
97
check_token ( Some ( "crates-io-token" ) , None ) ;
99
98
100
- cargo_process ( "logout -Zunstable-options" )
101
- . masquerade_as_nightly_cargo ( & [ "cargo-logout" ] )
99
+ cargo_process ( "logout" )
102
100
. with_stderr ( "[LOGOUT] not currently logged in to `dummy-registry`" )
103
101
. run ( ) ;
104
102
}
You can’t perform that action at this time.
0 commit comments