Two small test changes:
- A refactor to update the name and documentation around
SeedRand::FIXED_SEED. - A change to extract and document
TEST_DIR_PATH_ELEMENT, and to change its value to better match theTMPDIR_PREFIXin functional tests. The value previously includedPACKAGE_NAME, which is cute, but doesn’t explain why it was used (to include a space). So just usetest_common bitcointo achieve the same with less effort.