]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/version.mini
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / version.mini
1 if (( $UID == 0 )); then
2 echo "${THIS_SH}: the test suite should not be run as root" >&2
3 echo
4 fi
5
6 echo Testing ${THIS_SH}
7
8 echo version: $BASH_VERSION
9 #echo versinfo: ${BASH_VERSINFO[@]}
10
11 echo HOSTTYPE = $HOSTTYPE
12 echo OSTYPE = $OSTYPE
13 echo MACHTYPE = $MACHTYPE