sstephenson / bats

Bash Automated Testing System
MIT License
7.13k stars 517 forks source link

changing $TMP is causing an issue elsewhere #97

Open orlin opened 9 years ago

orlin commented 9 years ago

Is the export TMP="$BATS_TEST_DIRNAME/tmp" necessary? I'm using bats to test a gulp thing, which causes an issue with v8flags. The problem is that the js-v8flags module expects $TMP to exist, which is a reasonable assumption. I'm guessing this would create errors for other use cases as well...

ELLIOTTCABLE commented 9 years ago

:+1: