Switch to unified view

a/tests/shared.sh b/tests/shared.sh
...
...
52
checkresult() {
52
checkresult() {
53
  if test -s "$mydiffs" ; then
53
  if test -s "$mydiffs" ; then
54
    fatal '*** ' $myname FAILED
54
    fatal '*** ' $myname FAILED
55
  else
55
  else
56
    rm -f $mydiffs
56
    rm -f $mydiffs
57
57
    # for tests with a local index
58
    # for tests with a local index
58
    rm -rf xapiandb aspdict.* missing recoll.conf
59
    rm -rf history idxstatus.txt index.pid missing recoll.conf xapiandb mimeview
60
    rm -rf aspdict.* 
59
    exit 0
61
    exit 0
60
  fi
62
  fi
61
}
63
}
62
64