Skip to content

Commit

Permalink
Merge 6967d37 into 7c27bb4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkorp committed May 19, 2015
2 parents 7c27bb4 + 6967d37 commit cfa0fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"version": "0.22.2"
},
"libssh2": {
"url": "http://www.libssh2.org/download/libssh2-1.5.0.tar.gz",
"version": "1.5.0"
"url": "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz",
"version": "1.4.3"
},
"http_parser": {
"url": "https://github.com/joyent/http-parser/archive/v2.4.2.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion test/tests/tree_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("TreeEntry", function() {
it("provides the full path", function() {
return this.commit.getEntry("test/raw-commit.js")
.then(function(entry) {
assert.equal(entry.path(), "test/raw-commit.js");
assert.equal(entry.path(), path.normalize("test/raw-commit.js"));
});
});

Expand Down

0 comments on commit cfa0fb2

Please sign in to comment.