Add pactest to test long archive reads
commite3c19569cfe7cd77674490b30624e71512417e0b
authorDan McGee <dan@archlinux.org>
Tue, 21 Dec 2010 18:20:09 +0000 (21 12:20 -0600)
committerDan McGee <dan@archlinux.org>
Tue, 21 Dec 2010 20:58:17 +0000 (21 14:58 -0600)
treee21857a8cc0b3dbe562cfe015571280c41023729
parentfbcc42775492e5ba3df1b3235a23f23ad7faa241
Add pactest to test long archive reads

This creates two packages with extremely long description lines (500KB and
600 KB), causing our archive read code to perform reallocation to store the
whole contents. One of the packages will successfully read while the other
will fail for the time being.

Signed-off-by: Dan McGee <dan@archlinux.org>
test/pacman/tests/smoke002.py [new file with mode: 0644]