diff --git a/scripts/lib.sh b/scripts/lib.sh deleted file mode 100644 index bb1ea25c..00000000 --- a/scripts/lib.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -. "$ROOT_PATH/scripts/kash/kash.sh" diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index c4b85d13..24ab15da 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -6,7 +6,7 @@ THIS_FILE=$(readlink -f "${BASH_SOURCE[0]}") THIS_DIR=$(dirname "$THIS_FILE") ROOT_DIR=$(dirname "$THIS_DIR") -. "$THIS_DIR/lib.sh" +. "$THIS_DIR/kash/kash.sh" ## Parse options ##