mirror of https://github.com/wolfSSL/wolfssh.git
adjustments to test case
parent
781aa27582
commit
15f4dc9d0f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue