Skip to content

Commit

Permalink
remove unused code, fix bad js
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang authored and othiym23 committed Sep 5, 2014
1 parent 8904117 commit 9429a3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tap/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ var path = require("path")
var ca = path.resolve(__dirname, "../../node_modules/npm-registry-couchapp")

var which = require("which")
var hasCouch = false

which("couchdb", function(er, couch) {
if (er) {
Expand All @@ -35,7 +34,7 @@ function runTests () {
}).on("close", function (code, sig) {
if (code || sig) {
return test("need install to work", function (t) {
t.fail("install failed with: " (code || sig))
t.fail("install failed with: " + (code || sig))
t.end()
})

Expand Down

0 comments on commit 9429a3d

Please sign in to comment.