add a pathological test case for here doc related to eof marker and other ugly corner...
[oweals/busybox.git] / shell / hush_test / hush-misc / builtin1.tests
1 # builtins, unlike keywords like "while", can be constructed
2 # with substitutions
3 VARIABLE=export
4 $VARIABLE VARIABLE
5 env | grep ^VARIABLE
6 echo OK:$?