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