Skip to content
Snippets Groups Projects

Resolve "Add rmdir command"

Merged Lukas Johannes Horn requested to merge 49-add-rmdir-command into master
3 files
+ 119
45
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -46,7 +46,7 @@ public class MakeDirectoryTest {
@BeforeAll
public static void initializeKnownHostsPath(){
knownHostsPath = UploadTest.class.getClassLoader().getResource("known_hosts").getPath().replace("%20"," ");
knownHostsPath = MakeDirectoryTest.class.getClassLoader().getResource("known_hosts").getPath().replace("%20"," ");
}
Loading