Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Safeguard test teardown (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Jun 2, 2014
1 parent c7b0e6e commit 34b65bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ setup() {
}

teardown() {
rm -f "$TMP"/*
[ -d "$TMP" ] && rm -f "$TMP"/*
}

0 comments on commit 34b65bb

Please sign in to comment.