summaryrefslogtreecommitdiff
path: root/deps/npm/test/need-npm5-update/rm-linked.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/need-npm5-update/rm-linked.js')
-rw-r--r--deps/npm/test/need-npm5-update/rm-linked.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/test/need-npm5-update/rm-linked.js b/deps/npm/test/need-npm5-update/rm-linked.js
index 381d7bc67a..9123b8760e 100644
--- a/deps/npm/test/need-npm5-update/rm-linked.js
+++ b/deps/npm/test/need-npm5-update/rm-linked.js
@@ -27,7 +27,7 @@ var linkedJSON = {
description: '',
main: 'index.js',
scripts: {
- test: 'echo \"Error: no test specified\" && exit 1'
+ test: 'echo "Error: no test specified" && exit 1'
},
dependencies: {
'baz': '1.0.0'
@@ -42,7 +42,7 @@ var linkedDepJSON = {
description: '',
main: 'index.js',
scripts: {
- test: 'echo \"Error: no test specified\" && exit 1'
+ test: 'echo "Error: no test specified" && exit 1'
},
author: '',
license: 'ISC'
@@ -54,7 +54,7 @@ var installJSON = {
description: '',
main: 'index.js',
scripts: {
- test: 'echo \"Error: no test specified\" && exit 1'
+ test: 'echo "Error: no test specified" && exit 1'
},
dependencies: {
'foo': '1.0.0'