refactor: Package extension now depends on what compression method was detected.
This commit is contained in:
parent
df83bf9fb3
commit
ea852f9102
2 changed files with 20 additions and 4 deletions
|
|
@ -78,6 +78,8 @@ void test_pkg_read_archive_desc() {
|
|||
fclose(f);
|
||||
|
||||
TEST_CHECK(!strcmp(description, desc));
|
||||
|
||||
vieter_package_free(&pkg);
|
||||
}
|
||||
|
||||
TEST_LIST = {
|
||||
|
|
|
|||
Reference in a new issue