feature_config_args.py
incorrectly assumed that its testnet4 node would not log a disk space warning.
But when #31978 increased m_assumed_blockchain_size
on testnet4 from 1 to 11 GiB, it triggered this bug on my RAM disk, see https://github.com/bitcoin/bitcoin/tree/master/test#speed-up-test-runs-with-a-ram-disk
This PR fixes the issue by using -prune
which prevents the warning.