mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 14:21:50 +00:00
Fix gpg test formatting
This commit is contained in:
parent
2c98690265
commit
165ecdd7ee
@ -50,9 +50,9 @@ describe('gpg tests', () => {
|
||||
expect(gpg.toGpgPath('D:\\a\\_temp\\gpg-home')).toBe(
|
||||
'/d/a/_temp/gpg-home'
|
||||
);
|
||||
expect(gpg.toGpgPath('C:\\Users\\runner\\AppData\\Local\\Temp\\key.asc')).toBe(
|
||||
'/c/Users/runner/AppData/Local/Temp/key.asc'
|
||||
);
|
||||
expect(
|
||||
gpg.toGpgPath('C:\\Users\\runner\\AppData\\Local\\Temp\\key.asc')
|
||||
).toBe('/c/Users/runner/AppData/Local/Temp/key.asc');
|
||||
});
|
||||
|
||||
it('handles uppercase and lowercase drive letters on Windows', () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user