Control: tags -1 + patch

The patch below sorts the ffindex, making the autopkgtests reliable.
If nobody beats me to it, I will upload soon.


--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -16,12 +16,12 @@

 rm -f ./test.data ./test.ffindex
 set -x
-ffindex_build  ./test.data ./test.ffindex ./data ./data2
+ffindex_build -s ./test.data ./test.ffindex ./data ./data2
 ffindex_get  ./test.data ./test.ffindex a b foo | tee ./test.out
 ffindex_modify -u ./test.ffindex b
 ffindex_get  ./test.data ./test.ffindex a b foo | tee ./test-unlink.out
 rm -f ./test.data ./test.ffindex
-ffindex_build  ./test.data  ./test.ffindex ./testfile
+ffindex_build -a -s ./test.data  ./test.ffindex ./testfile

 echo ======== compare results =========

Reply via email to