Skip to content

Commit

Permalink
Fix environment-dependent test failures for the default ssh directory…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Feb 8, 2024
1 parent 6cf442d commit 3fff9f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public class TestSftpFileOutputPlugin
public void createResources()
throws IOException
{
System.setProperty("vfs.sftp.sshdir", testFolder.newFolder("dotssh").getAbsolutePath());
// setup the plugin
SftpFileOutputPlugin sftpFileOutputPlugin = new SftpFileOutputPlugin();
runner = new FileOutputRunner(sftpFileOutputPlugin);
Expand Down

0 comments on commit 3fff9f6

Please sign in to comment.