tests: stop tracking tests/gpg/random_seed
test-gpg.t left the random_seed file as modified. That was slightly confusing
... and it was accidentally changed in
ea4996754d91.
The seed is created on demand and there is no reason to track it. There is also
no reason to leak state between test runs so we let the test clean up after
running.
tests: 'hghave tic' also requires curses support in Python
test-status-color.t would fail when using a Python without curses.
test-import-merge: mangle file in binary mode
This should fix a test breakage on Windows.