b976a45aed
Previous code incorrectly found obsolete files in this case: (curpkg) - in files: /etc/foo.conf (newpkg) - in conf_files: /etc/foo.conf and removed this file because the code couldn't find it in the same array. The new code fixes this case and compares the whole pkg filelist.
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
syntax("kyuafile", 1)
|
|
|
|
test_suite("libxbps")
|
|
|
|
atf_test_program{name="util_test"}
|
|
atf_test_program{name="cmpver_test"}
|
|
atf_test_program{name="pkgpattern_match_test"}
|
|
atf_test_program{name="plist_match_test"}
|
|
atf_test_program{name="plist_match_virtual_test"}
|
|
atf_test_program{name="find_pkg_obsoletes_test"}
|