Skip to content

Commit

Permalink
Use rm instead temp_del. See bats-core/bats-file#31 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Mar 24, 2021
1 parent 3b64668 commit f182046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ teardown() {
# rm: cannot remove '/tmp/tmp.11dcSX0g8Q/home/.gnupg/S.gpg-agent.browser': No such file or directory
rm -rf "${TEST_TEMP_DIR}/home/.gnupg/"

temp_del "${TEST_TEMP_DIR}"
temp_del "${TEST_TEMP_HOME}"
rm -rf "${TEST_TEMP_DIR}"
rm -rf "${TEST_TEMP_HOME}"
}

create_chart() {
Expand Down

0 comments on commit f182046

Please sign in to comment.