Skip to content

Commit 8efefac

Browse files
committed
tests: reenable selfupdate test
This can't be merged until *after* the final 1.0 release is out.
1 parent 09df520 commit 8efefac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cargo-dist/tests/cli-tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ fn generate_installer(version: &axotag::Version, release_type: ReleaseSourceType
267267
}
268268

269269
#[test]
270-
#[ignore = "can't be reenabled until after the rename"]
271270
fn test_self_update() {
272271
// Only do this if RUIN_MY_COMPUTER_WITH_INSTALLERS is set
273272
if std::env::var(ENV_RUIN_ME)
@@ -277,7 +276,7 @@ fn test_self_update() {
277276
std::env::remove_var("XDG_CONFIG_HOME");
278277

279278
let mut args = RuntestArgs {
280-
app_name: "cargo-dist".to_owned(),
279+
app_name: "dist".to_owned(),
281280
package: "cargo-dist".to_owned(),
282281
owner: "axodotdev".to_owned(),
283282
bin: PathBuf::from(BIN),

0 commit comments

Comments
 (0)