3 # Ensures that tests are run under Bash; primarily intended for running tests
4 # of the completion script.
6 if test -n "$BASH" && test -z "$POSIXLY_CORRECT"; then
7 # we are in full-on bash mode
9 elif type bash
>/dev
/null
2>&1; then
10 # execute in full-on bash mode
14 echo '1..0 #SKIP skipping bash completion tests; bash not available'