Skip to content

Commit 1f4fa6d

Browse files
committed
Clean-up after tests.
1 parent eb78900 commit 1f4fa6d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/log.bats

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ load '/usr/lib/bats-support/load.bash'
66
load '/usr/lib/bats-assert/load.bash'
77
load '/usr/lib/bats-file/load.bash'
88

9+
function setup() {
10+
rm -rf /tmp/outloggertest
11+
}
12+
13+
function teardown() {
14+
rm -rf /tmp/outloggertest
15+
}
16+
917
@test "init_logging no path" {
1018
run init_logging
1119

0 commit comments

Comments
 (0)