Switch to unified view

a/tests/runtests.sh b/tests/runtests.sh
...
...
11
  echo "Zeroing Index" 
11
  echo "Zeroing Index" 
12
  rm -rf $RECOLL_CONFDIR/xapiandb $RECOLL_CONFDIR/aspdict.*.rws
12
  rm -rf $RECOLL_CONFDIR/xapiandb $RECOLL_CONFDIR/aspdict.*.rws
13
  echo "Indexing" 
13
  echo "Indexing" 
14
  recollindex -z
14
  recollindex -z
15
}
15
}
16
16
if test x$noindex = x ; then
17
makeindex
17
makeindex
18
fi
18
19
19
# Yes, we could/should use the $toptmp from shared.sh here, but what if
20
# Yes, we could/should use the $toptmp from shared.sh here, but what if
20
# this is unset ?
21
# this is unset ?
21
toptmp=${TMPDIR:-/tmp}/recolltsttmp
22
toptmp=${TMPDIR:-/tmp}/recolltsttmp
22
if test -d "$toptmp" ; then
23
if test -d "$toptmp" ; then