Skip to content

Commit 9472154

Browse files
authored
Update cp_test.ts
1 parent 5a476fb commit 9472154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cp_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Cp', () => {
2121
const container = 'container';
2222
const srcPath = '/';
2323
const tgtPath = '/';
24-
const cmdArray = ['tar', 'cf', '-', srcPath];
24+
const cmdArray = ['tar', 'zcf', '-', srcPath];
2525
const path = `/api/v1/namespaces/${namespace}/pods/${pod}/exec`;
2626

2727
const query = {

0 commit comments

Comments
 (0)