Skip to content

Commit

Permalink
add teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiepler committed Sep 1, 2023
1 parent b5deec6 commit 187cf1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/dist.bats
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ setup() {
plugin_load dist
}

#teardown() {
#sudo rm -rf "${RPI_DISTDIR}"
#sudo rm -rf "${RPI_ROOT}"
#sudo rm -rf "${RPI_BOOT}"
#}
teardown() {
sudo rm -rf "${RPI_DISTDIR}"
sudo rm -rf "${RPI_ROOT}"
sudo rm -rf "${RPI_BOOT}"
}


@test "plugin_prerun dist" {
Expand Down

0 comments on commit 187cf1c

Please sign in to comment.