Skip to content

Commit

Permalink
Test for npm#2658
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 29, 2012
1 parent 85f70a2 commit 9b0b53a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/packages/npm-test-blerg3/README
@@ -0,0 +1 @@
just an npm test
5 changes: 5 additions & 0 deletions test/packages/npm-test-blerg3/package.json
@@ -0,0 +1,5 @@
{ "name":"npm-test-blerg3"
, "homepage": "https://github.com/isaacs/npm/issues/2658"
, "version" : "0.0.0"
, "scripts" : { "test" : "node test.js" }
}
5 changes: 5 additions & 0 deletions test/packages/npm-test-blerg3/test.js
@@ -0,0 +1,5 @@

var assert = require("assert")
assert.equal(undefined, process.env.npm_config__password, "password exposed!")
assert.equal(undefined, process.env.npm_config__auth, "auth exposed!")
assert.equal(undefined, process.env.npm_config__authCrypt, "authCrypt exposed!")

0 comments on commit 9b0b53a

Please sign in to comment.