Fix for upstream bug

This commit is contained in:
Lukáš Kucharczyk 2022-11-16 11:54:52 +01:00
parent 741f349028
commit d77349ce50
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -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() {