Skip to content

Commit

Permalink
adjustments to test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Jul 17, 2024
1 parent 920919d commit 3c037f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/wolfsshd/test/sshd_window_full_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ HostKey $PWD/../../../keys/server-key.pem
AuthorizedKeysFile $PWD/authorized_keys_test
EOF

start_wolfsshd "sshd_config_test_forcedcmd"
start_wolfsshd "sshd_config_test_window"
cd ../../..

TEST_CLIENT="./examples/client/client"
Expand All @@ -48,6 +48,8 @@ diff random-test.txt random-test-result.txt
RESULT=$?
if [ "$RESULT" != 0 ]; then
echo "cat did not pass through all expected data"
ls -la random-test.txt
ls -la random-test-result.txt
exit 1
fi

Expand Down

0 comments on commit 3c037f7

Please sign in to comment.