explicitly use bash to avoid dash compatability issues when running tests

This commit is contained in:
Zachary Snow
2019-04-16 16:35:53 -04:00
parent 369e9f2f19
commit d4284163dc
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
#!/bin/bash
source ../lib/runner.sh