Small change to innosetup script so that install can be performed by non-privileged user
This commit is contained in:
commit
59747d0291
1294 changed files with 445671 additions and 0 deletions
17
tests/utfInPath/utfInPath.sh
Executable file
17
tests/utfInPath/utfInPath.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
topdir=`dirname $0`/..
|
||||
. $topdir/shared.sh
|
||||
|
||||
initvariables $0
|
||||
|
||||
(
|
||||
|
||||
recollq -S url -q '"simulating shock turbulence interactions"'
|
||||
recollq -S url Utf8pathunique
|
||||
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||
|
||||
checkresult
|
6
tests/utfInPath/utfInPath.txt
Normal file
6
tests/utfInPath/utfInPath.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
2 results
|
||||
image/vnd.djvu [file:///home/dockes/projets/fulltext/testrecoll/utfInPath/accentué/1999_Hu_Shu.OCR.djvu] [1999_Hu_Shu.OCR.djvu] 753409 bytes
|
||||
image/vnd.djvu [file:///home/dockes/projets/fulltext/testrecoll/utfInPath/accentué/1999_Hu_Shu.OCR.djvu] [1999_Hu_Shu.OCR.djvu] 753409 bytes
|
||||
2 results
|
||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/utfInPath/accentué/utf8path.txt] [utf8path.txt] 49 bytes
|
||||
text/plain [file:///home/dockes/projets/fulltext/testrecoll/utfInPath/accentué/utf8path.txt] [utf8path.txt] 49 bytes
|
Loading…
Add table
Add a link
Reference in a new issue