diff --git a/tests/shared.sh b/tests/shared.sh index d11ec4af..49f9e331 100644 --- a/tests/shared.sh +++ b/tests/shared.sh @@ -27,8 +27,9 @@ checkresult() { fatal '*** ' $myname FAILED else rm -f $mydiffs + # for tests with a local index + rm -rf xapiandb aspdict.* missing recoll.conf exit 0 fi } -