Switch to unified view

a/tests/utfInPath/utfInPath.sh b/tests/utfInPath/utfInPath.sh
...
...
3
topdir=`dirname $0`/..
3
topdir=`dirname $0`/..
4
. $topdir/shared.sh
4
. $topdir/shared.sh
5
5
6
initvariables $0
6
initvariables $0
7
7
8
recollq -q '"simulating shock turbulence interactions"' 2> $mystderr | 
8
(
9
  egrep -v '^Recoll query: ' > $mystdout
10
9
10
recollq -q '"simulating shock turbulence interactions"' 
11
recollq Utf8pathunique 2> $mystderr | 
11
recollq Utf8pathunique 
12
12
  egrep -v '^Recoll query: ' >> $mystdout
13
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
13
14
14
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
15
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
15
16
16
checkresult
17
checkresult