--- test.bash.orig 2019-03-17 16:59:11.000000000 +0100 +++ test.bash 2019-07-17 16:16:22.184061887 +0200 @@ -37,10 +37,10 @@ # Clean up dangling filesystems and don't exit if we found some unmount_leftovers || true -./build-without-openssl.bash +echo ./build-without-openssl.bash # Don't build with openssl if we were passed "-tags without_openssl" if [[ "$@" != *without_openssl* ]] ; then - ./build.bash + echo ./build.bash fi if ! go tool | grep vet > /dev/null ; then