Move test NVM_DIR inside test folder

This commit is contained in:
Luke Childs 2016-10-21 17:47:06 +01:00
parent 27a399a44f
commit ac785226ed
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
export test_dir=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
export repo_dir="$test_dir/.."
export NVM_DIR="$repo_dir/.nvm"
export NVM_DIR="$test_dir/.nvm"
die () {
echo $@

View File

@ -1,2 +1,2 @@
#!/bin/sh
rm -rf ../../.nvm
rm -rf ../.nvm

View File

@ -1,2 +1,2 @@
#!/bin/sh
rm -rf ../../.nvm
rm -rf ../.nvm

View File

@ -1,2 +1,2 @@
#!/bin/sh
rm -rf ../../.nvm
rm -rf ../.nvm