mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
git tests: windows is pain
This commit is contained in:
@@ -47,7 +47,7 @@ suite('git smoke test', function () {
|
||||
}
|
||||
|
||||
assert.equal(git.repositories.length, 1);
|
||||
assert.equal(git.repositories[0].rootUri.fsPath, cwd);
|
||||
assert.equal(fs.realpathSync(git.repositories[0].rootUri.fsPath), cwd);
|
||||
|
||||
repository = git.repositories[0];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user