for example `test.lua`: ``` assert(os.getenv("FOO") == 'BAR') ``` and `FOO=BAR resty test.lua` will pass the test.
for example
test.lua:and
FOO=BAR resty test.luawill pass the test.