We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a476fb commit 9472154Copy full SHA for 9472154
src/cp_test.ts
@@ -21,7 +21,7 @@ describe('Cp', () => {
21
const container = 'container';
22
const srcPath = '/';
23
const tgtPath = '/';
24
- const cmdArray = ['tar', 'cf', '-', srcPath];
+ const cmdArray = ['tar', 'zcf', '-', srcPath];
25
const path = `/api/v1/namespaces/${namespace}/pods/${pod}/exec`;
26
27
const query = {
0 commit comments