mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 18:27:38 +01:00
Fix Windows unit tests (#165973)
This commit is contained in:
@@ -47,7 +47,7 @@ suite('Workbench - TerminalProfiles', () => {
|
||||
const configurationService = new TestConfigurationService({ terminal: { integrated: config } });
|
||||
const profiles = await detectAvailableProfiles(undefined, undefined, false, configurationService, process.env, fsProvider, undefined, undefined, undefined);
|
||||
const expected = [
|
||||
{ profileName: 'Git Bash', path: 'C:\\Program Files\\Git\\bin\\bash.exe', args: ['--login'], isDefault: true }
|
||||
{ profileName: 'Git Bash', path: 'C:\\Program Files\\Git\\bin\\bash.exe', args: ['--login', '-i'], isDefault: true }
|
||||
];
|
||||
profilesEqual(profiles, expected);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user