forked from D-Net/dnet-hadoop
fixed issue on test code
This commit is contained in:
parent
8ec7a61188
commit
c010a8442f
|
@ -54,7 +54,7 @@ public class MakeTarTest {
|
|||
|
||||
String inputPath = workingDir + "/zenodo/";
|
||||
|
||||
MakeTar.makeTArArchive(fs, inputPath, "/tmp/out");
|
||||
MakeTar.makeTArArchive(fs, inputPath, "/tmp/out", 0);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue