From 6e6c5c4e2af96fef80b9909e805de15a7ec4a527 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 21 Aug 2014 17:19:43 -0700 Subject: [PATCH] Removing an invalid option to `touch` from this test. --- test/fast/Unit tests/nvm_tree_contains_path | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fast/Unit tests/nvm_tree_contains_path b/test/fast/Unit tests/nvm_tree_contains_path index 0ddfb86..278612a 100755 --- a/test/fast/Unit tests/nvm_tree_contains_path +++ b/test/fast/Unit tests/nvm_tree_contains_path @@ -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"'