summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-standalone/var_standalone1.tests (plain)
blob: 1e905ba75ebbf6c561c3b01244dec6677a74d6a6
1VAR=42 $THIS_SH -c 'unset VAR; env | grep ^VAR'
2echo Done: $?
3