Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate the last --define from test-suite run() function
The snapshot case always needs a wrapper function of some kind, so it makes sense to optimize the setup for the non-snapshot case to allow running commands without any wrappers in the way. Set the test-suite %_tmppath as per non-snapshot case and move the last remaining command line --define override to runroot() instead. This makes run() entirely redundant. The %_tmppath override in runroot() shouldn't really be necessary but scriptlet related tests fail without that. I suspect it's related to /tmp being tmpfs in the test-suite but dunno. It's a mystery for some other day...
- Loading branch information