summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/gist-short-shortcut-package.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/gist-short-shortcut-package.js')
-rw-r--r--deps/npm/test/tap/gist-short-shortcut-package.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/test/tap/gist-short-shortcut-package.js b/deps/npm/test/tap/gist-short-shortcut-package.js
index c15e1df7e2..4074995ee5 100644
--- a/deps/npm/test/tap/gist-short-shortcut-package.js
+++ b/deps/npm/test/tap/gist-short-shortcut-package.js
@@ -28,8 +28,8 @@ test('setup', function (t) {
test('gist-short-shortcut-package', function (t) {
var cloneUrls = [
['git://gist.github.com/deadbeef.git', 'GitHub gist shortcuts try git URLs first'],
- ['https://gist.github.com/deadbeef.git', 'GitHub gist shortcuts try HTTPS URLs second'],
- ['git@gist.github.com:/deadbeef.git', 'GitHub gist shortcuts try SSH third']
+ ['https://gist.github.com/deadbeef.git', 'GitHub gist shortcuts try HTTPS URLs third'],
+ ['ssh://git@gist.github.com/deadbeef.git', 'GitHub gist shortcuts try SSH second']
]
var npm = requireInject.installGlobally('../../lib/npm.js', {
'child_process': {