Home
last modified time | relevance | path

Searched refs:re_shell_ (Results 1 – 1 of 1) sorted by relevance

/coreutils/tests/
Dinit.sh196 for re_shell_ in __current__ "${CONFIG_SHELL:-no_shell}" \
199 test "$re_shell_" = no_shell && continue
203 if test "$re_shell_" = fail; then
205 re_shell_=$marginal_
211 if test "$re_shell_" = __current__; then
217 "$re_shell_" -c "$gl_shell_test_script_" 2>/dev/null
230 marginal_="$re_shell_"
235 if test "$re_shell_" != __current__; then
243 re_shell=$re_shell_
245 exec "$re_shell_" $opts_ "$0" --no-reexec "$@"