summaryrefslogtreecommitdiff
path: root/tests/test-cli-extensions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-cli-extensions.sh')
-rwxr-xr-xtests/test-cli-extensions.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-cli-extensions.sh b/tests/test-cli-extensions.sh
index 1fe9c037..e1916036 100755
--- a/tests/test-cli-extensions.sh
+++ b/tests/test-cli-extensions.sh
@@ -9,6 +9,9 @@ set -euo pipefail
echo '1..2'
+# Test CLI extensions via $PATH. If you change this, you may
+# also want to change the corresponding destructive version in
+# tests/kolainst/destructive/basic-misc.sh
mkdir -p ./localbin
ORIG_PATH="${PATH}"
export PATH="./localbin/:${PATH}"