From 9108a7f7fa2f03cdd22d402230091a180b652d53 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Sat, 22 Feb 2014 12:18:50 +1000 Subject: [PATCH] remove duplicate install test `test/slow/install` is identical to `test/slow/install from source` except in the version installed. Remove it. --- test/slow/install | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 test/slow/install diff --git a/test/slow/install b/test/slow/install deleted file mode 100755 index 460627b..0000000 --- a/test/slow/install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -set -e -. ../../nvm.sh - -# Remove the stuff we're clobbering. -[ -e ../../v0.6.14 ] && rm -R ../../v0.6.14 - -# Install -nvm install 0.6.14 - -# Check -[ -d ../../v0.6.14 ] -nvm run v0.6.14 --version | grep v0.6.14