mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
95 stars 16 forks source link

Fix `load environment` path when creating top-level test with `new --test` #172

Closed mbland closed 7 years ago

mbland commented 7 years ago

Previously tests created at the top-level of _GO_TEST_DIR would contain the line load ../environment when it should've been load environment.

Already fixed as part of #171.