/ scripts / test-with-clean-env.sh
test-with-clean-env.sh
1  #!/bin/bash
2  # Wrapper script to run tests with clean environment
3  # Used by git pre-push hook
4  
5  "$@"