5516N/A# Unset xpg_echo when running the posix2 regexp tests.
5516N/A# Solaris-specific. Not for upstream.
1303N/A+xpg=`shopt | grep xpg_echo | awk '{ print $2 }'`
1303N/A+if [ ${xpg} = "on" ] ; then
1303N/A (echo 1 ${IFS+'}'z}) 2>&- || echo failed in 1
1303N/A (echo 2 "${IFS+'}'z}") 2>&- || echo failed in 2
1303N/A (echo 3 "foo ${IFS+'bar} baz") 2>&- || echo failed in 3