# Switch off localization for tests to allow to compare the output
LC_ALL=C
getopts ":abf:" OPT -f
echo '$?' "'"$?"'" '$OPT' "'"$OPT"'" '$OPTARG' "'"$OPTARG"'" '$OPTIND' "'"$OPTIND"'"
exit 0
