diff options
| author | mo <mo.khan@gmail.com> | 2019-05-25 19:03:09 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-05-25 19:03:09 -0600 |
| commit | 6864e92f727cb68d6b7c955fe4509a17bcaae13f (patch) | |
| tree | 2b233075472d2b66de1965ec99cf191e6c2c3138 /bin/test | |
| parent | 94ee3596a7d9c58cfdbd505ce26f070a8829af43 (diff) | |
commit items from bin. oopsie
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test b/bin/test new file mode 100755 index 0000000..42b2807 --- /dev/null +++ b/bin/test @@ -0,0 +1,4 @@ +#!/bin/sh + +export PATH="./vendor/bats/bin:./bin:$PATH" +bats --tap test |
