Fix for upstream bug
This commit is contained in:
parent
741f349028
commit
d77349ce50
|
@ -15,7 +15,7 @@ oneTimeTearDown() {
|
|||
# runs one-time teardown two times
|
||||
# see https://github.com/kward/shunit2/issues/112
|
||||
[ -f "$DB_FILE" ] && rm "$DB_FILE"
|
||||
rm "$FILENAME"
|
||||
[ -f "$FILENAME" ] && rm "$FILENAME"
|
||||
}
|
||||
|
||||
testDbCreated() {
|
||||
|
|
Loading…
Reference in New Issue