navi/scripts/test
2021-08-07 10:38:10 -03:00

9 lines
No EOL
203 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
source "${NAVI_HOME}/scripts/install"
export PATH="/usr/local/opt/bash/bin/:${PATH}"
"${NAVI_HOME}/tests/run"