We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781aa27 commit 15f4dc9Copy full SHA for 15f4dc9
1 file changed
apps/wolfsshd/test/sshd_window_full_test.sh
@@ -31,7 +31,7 @@ HostKey $PWD/../../../keys/server-key.pem
31
AuthorizedKeysFile $PWD/authorized_keys_test
32
EOF
33
34
-start_wolfsshd "sshd_config_test_forcedcmd"
+start_wolfsshd "sshd_config_test_window"
35
cd ../../..
36
37
TEST_CLIENT="./examples/client/client"
@@ -48,6 +48,8 @@ diff random-test.txt random-test-result.txt
48
RESULT=$?
49
if [ "$RESULT" != 0 ]; then
50
echo "cat did not pass through all expected data"
51
+ ls -la random-test.txt
52
+ ls -la random-test-result.txt
53
exit 1
54
fi
55
0 commit comments