summaryrefslogtreecommitdiffstats
path: root/t/superuser--arch_to_noarch.t
Commit message (Collapse)AuthorAgeFilesLines
* fix testsuite errors on CentOs (NVR vs NVRA)Thierry Vignaud2020-01-171-1/+1
| | | | | | where rpmquery default to outputing NVRA (vs NVR on Mageia) reuse check_installed_fullnames() where needed instead of introducing %{NVR}
* more tests, clean some others, enhance helper.pmPascal Rigaux2006-11-301-6/+5
|
* using --urpmi-root, create some tests using urpmi.addmedia, urpmi, urpmePascal Rigaux2006-11-301-0/+18
one drawback of the superuser--*.t is the need to be root (the rpmlib needs it to install in a root partition), so for now "make test" tests *.t but superuser--*.t are skipped. Then as root, run "sudo make test TEST_FILES='t/superuser--*.t'"