diff options
author | thibault.ferrante <thibault.ferrante@gmail.com> | 2021-01-13 18:00:58 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-01-14 16:19:26 +0200 |
commit | 7a3e8f42147b0225dc3d7ca1f51f43e7d9462a28 (patch) | |
tree | 15fccdf3fe91cfc359753e0e120104397125c180 /test | |
parent | 18b0b45b5b4e8d7be19afa1492c32abb75b9da4a (diff) | |
download | apk-tools-7a3e8f42147b0225dc3d7ca1f51f43e7d9462a28.tar.gz apk-tools-7a3e8f42147b0225dc3d7ca1f51f43e7d9462a28.tar.bz2 apk-tools-7a3e8f42147b0225dc3d7ca1f51f43e7d9462a28.tar.xz apk-tools-7a3e8f42147b0225dc3d7ca1f51f43e7d9462a28.zip |
database.c: Fixed package DESCRIPTION parsing
Regression introduced by 0fb0d30 which makes parsing a description
a critical failure.
[TT: Minor stylistic change. Fix also missing final line change
from the earlier commit]
Diffstat (limited to 'test')
-rw-r--r-- | test/iolimit1.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iolimit1.test b/test/iolimit1.test index 066e89b..750ff8a 100644 --- a/test/iolimit1.test +++ b/test/iolimit1.test @@ -2,4 +2,4 @@ --test-repo iolimit.repo add test-f @EXPECT -ERROR: Failed to open repository iolimit.repo : No buffer space available
\ No newline at end of file +ERROR: Failed to open repository iolimit.repo : No buffer space available |