Removing an invalid option to `touch` from this test.

master
Jordan Harband 2014-08-21 17:19:43 -07:00
parent 1c2c4788a2
commit 6e6c5c4e2a
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ die () { echo $@ ; cleanup; exit 1; }
. ../../../nvm.sh
mkdir -p tmp
touch -p tmp/node
touch tmp/node
mkdir -p tmp2
touch -p tmp2/node
touch tmp2/node
nvm_tree_contains_path tmp tmp/node || die '"tmp" should contain "tmp/node"'