1 # Shell library sourced instead of ./test-lib.sh by tests that need
2 # to run under Bash; primarily intended for tests of the completion
5 if test -n "$BASH" && test -z "$POSIXLY_CORRECT"
7 # we are in full-on bash mode
9 elif type bash
>/dev
/null
2>&1
11 # execute in full-on bash mode
15 echo '1..0 #SKIP skipping bash completion tests; bash not available'