Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/tap/cache-shasum-fork.js')
-rw-r--r--test/tap/cache-shasum-fork.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tap/cache-shasum-fork.js b/test/tap/cache-shasum-fork.js
index c87e8c10a..01c2f68fb 100644
--- a/test/tap/cache-shasum-fork.js
+++ b/test/tap/cache-shasum-fork.js
@@ -18,8 +18,8 @@ var pkg = path.resolve(__dirname, 'cache-shasum-fork')
var cache = path.join(pkg, 'cache')
var server
-var installed_output = path.join(__dirname,"cache-shasum-fork") +
- "\n`-- underscore@1.5.1 \n\n"
+var installed_output = path.join(__dirname, 'cache-shasum-fork') +
+ '\n`-- underscore@1.5.1 \n\n'
test('setup', function (t) {
setup()