summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/gist-short-shortcut.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/gist-short-shortcut.js')
-rw-r--r--deps/npm/test/tap/gist-short-shortcut.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/test/tap/gist-short-shortcut.js b/deps/npm/test/tap/gist-short-shortcut.js
index c7d217f9a9..875c30e036 100644
--- a/deps/npm/test/tap/gist-short-shortcut.js
+++ b/deps/npm/test/tap/gist-short-shortcut.js
@@ -26,7 +26,7 @@ test('gist-shortcut', 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']
+ ['ssh://git@gist.github.com/deadbeef.git', 'GitHub gist shortcuts try SSH third']
]
var npm = requireInject.installGlobally('../../lib/npm.js', {
'child_process': {