summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/config-save.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/config-save.js')
-rw-r--r--deps/npm/test/tap/config-save.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/test/tap/config-save.js b/deps/npm/test/tap/config-save.js
index 903bac7ae3..a7f85d6015 100644
--- a/deps/npm/test/tap/config-save.js
+++ b/deps/npm/test/tap/config-save.js
@@ -12,7 +12,6 @@ var expectConf = [
'init.author.email = i@izs.me',
'init.author.url = http://blog.izs.me/',
'init.version = 1.2.3',
- 'proprietary-attribs = false',
'npm:publishtest = true',
'_npmjs.org:couch = https://admin:password@localhost:5984/registry',
'npm-www:nocache = 1',
@@ -38,7 +37,6 @@ var expectFile = [
'init.author.email = i@izs.me',
'init.author.url = http://blog.izs.me/',
'init.version = 1.2.3',
- 'proprietary-attribs = false',
'npm:publishtest = true',
'_npmjs.org:couch = https://admin:password@localhost:5984/registry',
'npm-www:nocache = 1',