diff options
author | thibault.ferrante <thibault.ferrante@gmail.com> | 2021-01-07 17:21:36 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-01-11 11:26:49 +0200 |
commit | 0fb0d304774630d53867fa3563dfd39246cc67b7 (patch) | |
tree | b65d3ee173f4f7eab613c99487494d476a30965b /test/iolimit1.test | |
parent | b58d79e78f704233f7c412343b25f20c8fb5257c (diff) | |
download | apk-tools-0fb0d304774630d53867fa3563dfd39246cc67b7.tar.gz apk-tools-0fb0d304774630d53867fa3563dfd39246cc67b7.tar.bz2 apk-tools-0fb0d304774630d53867fa3563dfd39246cc67b7.tar.xz apk-tools-0fb0d304774630d53867fa3563dfd39246cc67b7.zip |
database: Propagate errors when loading an APKINDEX
In case of failure when loading an APKINDEX, no errors are
propagated to the user which may uncorrectly interpret the
current problem.
Diffstat (limited to 'test/iolimit1.test')
-rw-r--r-- | test/iolimit1.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/iolimit1.test b/test/iolimit1.test new file mode 100644 index 0000000..066e89b --- /dev/null +++ b/test/iolimit1.test @@ -0,0 +1,5 @@ +@ARGS +--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 |