Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Nov 13, 2024
1 parent a23e469 commit 73cdf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
mkdir /tmp/wolfssh
echo "test file" > /tmp/wolfssh/test.txt
./examples/sftpclient/wolfscp -p 22 -u jak -P password -H 127.0.0.1 -L /tmp/wolfssh/test.txt:/tmp/non_existent_folder/ || true
./examples/scpclient/wolfscp -p 22 -u jak -P password -H 127.0.0.1 -L /tmp/wolfssh/test.txt:/tmp/non_existent_folder/ || true
# check that the directory and file do not exist
[ ! -d /tmp/non_existent_folder ]
[ ! -f /tmp/non_existent_folder/test.txt ]

0 comments on commit 73cdf16

Please sign in to comment.