rejeep / ert-runner.el

Opinionated Ert testing workflow
85 stars 19 forks source link

Guard against getenv returning nil #48

Closed Fuco1 closed 6 years ago

Fuco1 commented 6 years ago

getenv can return nil if the env variable is undefined (previously probably returned empty string?) This breaks loading the package when the envvar is not defined.

rejeep commented 6 years ago

@Fuco1 Thanks! I added you as a collaborator, feel free to merge!