add test for gnu info files
This commit is contained in:
parent
9e994c4f62
commit
c72f2613f0
13
tests/info/info.sh
Executable file
13
tests/info/info.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
topdir=`dirname $0`/..
|
||||||
|
. $topdir/shared.sh
|
||||||
|
|
||||||
|
initvariables $0
|
||||||
|
|
||||||
|
recollq '"GPGME is compiled with largefile support by default"' 2> $mystderr |
|
||||||
|
egrep -v '^Recoll query: ' > $mystdout
|
||||||
|
|
||||||
|
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
||||||
|
|
||||||
|
checkresult
|
||||||
2
tests/info/info.txt
Normal file
2
tests/info/info.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
1 results
|
||||||
|
text/html [file:///home/dockes/projets/fulltext/testrecoll/info/gpgme.info] [gpgme.info / Preparation / Largefile Support (LFS)] 5076 bytes
|
||||||
Loading…
x
Reference in New Issue
Block a user