diff --git a/scripts/test b/scripts/test index 7f80dce..8d0010a 100755 --- a/scripts/test +++ b/scripts/test @@ -6,7 +6,7 @@ not_installed() { ! command -v $1 > /dev/null 2>&1 } -github_release_resource_dir=$(realpath $(dirname $(dirname $0))) +github_release_resource_dir=$(cd $(dirname $0)/.. && pwd) if not_installed ginkgo; then echo "# ginkgo is not installed! run the following command:"