adjustments to test case

pull/719/head
JacobBarthelmeh 2024-07-17 17:10:03 -06:00
parent 781aa27582
commit 15f4dc9d0f
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,7 @@ HostKey $PWD/../../../keys/server-key.pem
AuthorizedKeysFile $PWD/authorized_keys_test AuthorizedKeysFile $PWD/authorized_keys_test
EOF EOF
start_wolfsshd "sshd_config_test_forcedcmd" start_wolfsshd "sshd_config_test_window"
cd ../../.. cd ../../..
TEST_CLIENT="./examples/client/client" TEST_CLIENT="./examples/client/client"
@ -48,6 +48,8 @@ diff random-test.txt random-test-result.txt
RESULT=$? RESULT=$?
if [ "$RESULT" != 0 ]; then if [ "$RESULT" != 0 ]; then
echo "cat did not pass through all expected data" echo "cat did not pass through all expected data"
ls -la random-test.txt
ls -la random-test-result.txt
exit 1 exit 1
fi fi