Home | History | Annotate | Download | only in tests

Lines Matching refs:at_value

957     eval at_value=\$$at_grp
958 if test $at_value -lt 1 || test $at_value -gt 352; then
959 $as_echo "invalid test group: $at_value" >&2
962 case $at_value in
965 # With XSI shells, ${at_value#${at_value%%[1-9]*}} avoids the
968 eval $at_grp='`expr $at_value + 0`' ;;
1165 at_value=`$as_echo "$at_optarg" | sed "s/'/'\\\\\\\\''/g"`
1168 as_fn_append at_debug_args " $at_envvar='$at_value'"