Searched defs:posixfun (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dvariables.sh439 posixfun() function
459 [[ $(posixfun .sh.file) == $tmp/script ]] || err_exit ".sh.file not working for posix functions"
461 [[ $(posixfun .sh.fun) == posixfun ]] || err_exit ".sh.fun not working for posix functions"
463 [[ $(posixfun .sh.subshell) == 1 ]] || err_exit ".sh.subshell not working for posix functions"
466 [[ $(posixfun .sh.subshell) == 2 ]] || err_exit ".sh.subshell not working for posix functions in subshells"

Completed in 64 milliseconds