Switch to unified view

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