diff --git a/test/runCompletion b/test/runCompletion index 10abc7d1..01af7e6c 100755 --- a/test/runCompletion +++ b/test/runCompletion @@ -4,4 +4,4 @@ # isn't initialized at that point (i.e. output of `expect' is shown on # stdout - `open_logs' hasn't run yet?). And running code from a library # file isn't probably a good idea either. -"${BASH_SOURCE[0]%/*}/run" --tool completion $* +"$BASH" "${BASH_SOURCE[0]%/*}/run" --tool completion $* diff --git a/test/runUnit b/test/runUnit index d22a20d4..597342dc 100755 --- a/test/runUnit +++ b/test/runUnit @@ -4,4 +4,4 @@ # isn't initialized at that point (i.e. output of `expect' is shown on # stdout - `open_logs' hasn't run yet?). And running code from a library # file isn't probably a good idea either. -"${BASH_SOURCE[0]%/*}/run" --tool unit $* +"$BASH" "${BASH_SOURCE[0]%/*}/run" --tool unit $*