Skip to content

Commit

Permalink
Fix path for bash used in tests (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed Aug 7, 2021
1 parent fe37cd9 commit cd57b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test
Expand Up @@ -4,6 +4,6 @@ set -euo pipefail
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
source "${NAVI_HOME}/scripts/install"

export PATH="/usr/local/Cellar/bash/5.1.8/bin/bash:${PATH}"
export PATH="/usr/local/opt/bash/bin/:${PATH}"

"${NAVI_HOME}/tests/run"

0 comments on commit cd57b23

Please sign in to comment.