diff --git a/scripts/integration-test.sh b/scripts/integration-test.sh index 03577a87..c3cc718f 100755 --- a/scripts/integration-test.sh +++ b/scripts/integration-test.sh @@ -4,6 +4,7 @@ set -e echo "> Linking update-node" npm link echo +export NVM_DIR="$(realpath "$(dirname "$0")/../test/integration")" cd test/integration if [ -d .git ]; then diff --git a/test/integration/nvm.sh b/test/integration/nvm.sh new file mode 100644 index 00000000..3c14437a --- /dev/null +++ b/test/integration/nvm.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +function nvm () { + echo nope nope +}