xc_tst_str='unknown'
(`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
-case "x$xc_tst_str" in
+case "x$xc_tst_str" in @%:@((
xsuccess)
:
;;
xc_tst_str='unknown'
(`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
-case "x$xc_tst_str" in
+case "x$xc_tst_str" in @%:@((
xsuccess)
:
;;
xc_tst_str='unknown'
(`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
-case "x$xc_tst_str" in
+case "x$xc_tst_str" in @%:@((
xsuccess)
:
;;
xc_tst_str='unknown'
xc_tst_str=(`expr "$xc_tst_str" : '.*' 2>/dev/null`)
-case "x$xc_tst_str" in
+case "x$xc_tst_str" in @%:@((
x7)
:
;;
xc_tst_str='unknown'
xc_tst_str=(`echo "$xc_tst_str" 2>/dev/null \
| sed -e 's:unknown:success:' 2>/dev/null`)
-case "x$xc_tst_str" in
+case "x$xc_tst_str" in @%:@((
xsuccess)
:
;;
xc_tst_str='unknown'
(`echo "$xc_tst_str" 2>/dev/null \
| grep 'unknown' >/dev/null 2>&1`) && xc_tst_str='success'
-case "x$xc_tst_str" in
+case "x$xc_tst_str" in @%:@((
xsuccess)
:
;;