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