Skip to content

Commit

Permalink
make sure can uninstall when the right root directory is provided
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Feb 24, 2023
1 parent 1675fa7 commit 85eb79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,8 @@ fn uninstall_should_ignore_local_config() {
"[..]error: package ID specification `foo` did not match any packages[..]",
)
.run();

cargo_process("uninstall foo --root foo").run();
}

#[cargo_test]
Expand Down

0 comments on commit 85eb79c

Please sign in to comment.