Skip to content

Commit

Permalink
Fix SSH tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Dec 30, 2024
1 parent 8bc9cad commit 91bf094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Generated/SshDownloadTest.php.output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In ssh.php line XXXX:

[ERROR] The following process did not finish successfully (exit code 1):
[ERROR] The following process did not finish successfully (exit code 255):

scp -r [email protected]:/tmp/test.html /var/www/index.html

2 changes: 1 addition & 1 deletion tests/Generated/SshUploadTest.php.output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In ssh.php line XXXX:

[ERROR] The following process did not finish successfully (exit code 1):
[ERROR] The following process did not finish successfully (exit code 255):

scp -r .../examples/ssh.php [email protected]:/var/www/index.html

0 comments on commit 91bf094

Please sign in to comment.