We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e597acd + bd4444f commit 0b29588Copy full SHA for 0b29588
tests/testsuite/logout.rs
@@ -83,8 +83,7 @@ fn default_registry_configured() {
83
check_token(Some("dummy-token"), Some("dummy-registry"));
84
check_token(Some("crates-io-token"), None);
85
86
- cargo_process("logout -Zunstable-options")
87
- .masquerade_as_nightly_cargo(&["cargo-logout"])
+ cargo_process("logout")
88
.with_stderr(
89
"\
90
[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
99
100
101
102
.with_stderr("[LOGOUT] not currently logged in to `dummy-registry`")
103
.run();
104
}
0 commit comments