hush testsuite: add many tests from ash testsuite
[oweals/busybox.git] / shell / hush_test / hush-standalone / var_standalone1.tests
1 VAR=42 $THIS_SH -c 'unset VAR; env | grep ^VAR'
2 echo Done: $?