Skip to content

Commit

Permalink
fix: remove now unneseccary files
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Nov 10, 2024
1 parent fb9d2f4 commit dd506c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 107 deletions.
40 changes: 0 additions & 40 deletions config.toml

This file was deleted.

67 changes: 0 additions & 67 deletions groups/example_group.toml

This file was deleted.

3 changes: 3 additions & 0 deletions tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ fn unmanaged() {
let mut cmd = Command::cargo_bin("metapac").unwrap();
cmd.args(["--hostname", "pc", "--config-dir", ".", "unmanaged"]);
cmd.assert().success();

std::fs::remove_dir_all("groups").unwrap();
std::fs::remove_file("config.toml").unwrap();
}

0 comments on commit dd506c2

Please sign in to comment.