Skip to content

Commit faefa7c

Browse files
committed
fixed broken test on linux: /etc/hosts -> /private/etc/hosts
1 parent 075d481 commit faefa7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/repo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports.open = function(test){
1111
test.expect(2);
1212

1313
// Test invalid repository
14-
git.Repo.open('/etc/hosts', function(error, repository) {
14+
git.Repo.open('/private/etc/hosts', function(error, repository) {
1515
test.equals(error.message, "The `.git` file at '/private/etc/hosts' is malformed");
1616

1717
// Test valid repository

0 commit comments

Comments
 (0)