3 commits:
config: create necessary dirs even when running tests
When running the test suite on a completely clean machine during build
time, our dirs don't exist and we need to create them manually. This
removes the check that was used to skip creating these dirs when running
the test suite. It also removed config.touch_disk attribute, because its
name is no longer true, and on the few occassions we want to avoid
loading config files, it's easy to compare the config profile just by
its name.
Related to T163.
yumrepoinfo: don't try to load config files under test profile
The assumption that there's always a config file available is not valid
during the build process. Therefore when running the test suite, don't
try to load them - the unit test should provide its own.
Related to T163.
spec: enable %check again
This got disabled by accident.