Updates bats tests to cloe bats-support and bats-assert

This along with upgrading to 0.7.0 of bats seems to fix bats tests.

Fixes gh-150
This commit is contained in:
spencergibb
2020-05-08 12:23:05 -04:00
parent 76873a53ab
commit d673bca4da
4 changed files with 6 additions and 5 deletions

View File

@@ -209,7 +209,6 @@
</goals>
<configuration>
<skip>${skipTests}</skip>
<skip>true</skip>
<executable>${basedir}/src/test/bash/run-bats.sh</executable>
</configuration>
</execution>