mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
Safeguard test teardown (#45)
This commit is contained in:
@@ -7,5 +7,5 @@ setup() {
|
||||
}
|
||||
|
||||
teardown() {
|
||||
rm -f "$TMP"/*
|
||||
[ -d "$TMP" ] && rm -f "$TMP"/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user