Skip to content

Commit 15f4dc9

Browse files
adjustments to test case
1 parent 781aa27 commit 15f4dc9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/wolfsshd/test/sshd_window_full_test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HostKey $PWD/../../../keys/server-key.pem
3131
AuthorizedKeysFile $PWD/authorized_keys_test
3232
EOF
3333

34-
start_wolfsshd "sshd_config_test_forcedcmd"
34+
start_wolfsshd "sshd_config_test_window"
3535
cd ../../..
3636

3737
TEST_CLIENT="./examples/client/client"
@@ -48,6 +48,8 @@ diff random-test.txt random-test-result.txt
4848
RESULT=$?
4949
if [ "$RESULT" != 0 ]; then
5050
echo "cat did not pass through all expected data"
51+
ls -la random-test.txt
52+
ls -la random-test-result.txt
5153
exit 1
5254
fi
5355

0 commit comments

Comments
 (0)