autotest.sh: Change from /bin/bash to /usr/bin/env bash
authorJohnny Sorocil <propaliidealist@gmail.com>
Sun, 6 May 2018 13:26:23 +0000 (15:26 +0200)
committerJohnny Sorocil <propaliidealist@gmail.com>
Sun, 6 May 2018 13:26:23 +0000 (15:26 +0200)
commit0295213bec84683a72814bd53179fa57ee48fbbe
treef544b6f42f5e49bb852fe7841287a1a166519a50
parent74f2787b10bbfdc5fc485715e8d9d8b04bbae094
autotest.sh: Change from /bin/bash to /usr/bin/env bash

This enables running tests on Unix systems which are not shipped with
bash installed in /bin/bash (eg *BSDs and Solaris).
tests/tools/autotest.sh