Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-tests: fix shebang to find bash more reliably
Not all systems have bash located at /bin/bash. A better way to run bash with shebang is with: `#!/usr/bin/env bash` Signed-off-by: Mark Pashmfouroush <mark@isovalent.com>
- Loading branch information