Fix windows gnutar test case
This commit is contained in:
Vendored
+1
-1
@@ -113,7 +113,7 @@ test('gzip extract GNU tar on windows with GNUtar in path', async () => {
|
||||
|
||||
await tar.extractTar(archivePath, CompressionMethod.Gzip)
|
||||
|
||||
expect(isGnuMock).toHaveBeenCalledTimes(1)
|
||||
expect(isGnuMock).toHaveBeenCalledTimes(2)
|
||||
expect(execMock).toHaveBeenCalledTimes(1)
|
||||
expect(execMock).toHaveBeenCalledWith(
|
||||
`"tar"`,
|
||||
|
||||
Reference in New Issue
Block a user