mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 22:51:51 +00:00
Removing an invalid option to touch
from this test.
This commit is contained in:
parent
1c2c4788a2
commit
6e6c5c4e2a
@ -11,9 +11,9 @@ die () { echo $@ ; cleanup; exit 1; }
|
|||||||
. ../../../nvm.sh
|
. ../../../nvm.sh
|
||||||
|
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
touch -p tmp/node
|
touch tmp/node
|
||||||
mkdir -p tmp2
|
mkdir -p tmp2
|
||||||
touch -p tmp2/node
|
touch tmp2/node
|
||||||
|
|
||||||
nvm_tree_contains_path tmp tmp/node || die '"tmp" should contain "tmp/node"'
|
nvm_tree_contains_path tmp tmp/node || die '"tmp" should contain "tmp/node"'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user