This improves test portability, as not all systems place bash in /bin and therefore could not run the test scripts. Also update process58 test script (Test #149) to deal with this change. The test used regex that relied on /bin/bash being in the command line of the processes it was monitoring. As a result, switching to /usr/bin/env bash requires it to be updated appropriately.