Skip to content

Commit 9868523

Browse files
committed
scripts: remove the external test
external.test connected the client and SFTP client to a host named by WOLFSSH_EXTERNAL_HOST. It only ran when WOLFSSH_EXTERNAL_TEST was set, which nothing in the tree or in CI does, so it always exited 77. - delete scripts/external.test - drop it from scripts/include.am
1 parent a1e7ea0 commit 9868523

2 files changed

Lines changed: 1 addition & 74 deletions

File tree

scripts/external.test

Lines changed: 0 additions & 73 deletions
This file was deleted.

scripts/include.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ endif
1515
# app wasn't built.
1616
dist_noinst_SCRIPTS+= scripts/sshclient.test
1717

18-
dist_noinst_SCRIPTS+= scripts/external.test scripts/fwd.test
18+
dist_noinst_SCRIPTS+= scripts/fwd.test
1919
EXTRA_DIST += scripts/fwd.test.expect

0 commit comments

Comments
 (0)