diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 20:01:52 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-05-17 20:01:52 +1000 |
commit | 9cc8ff7b63f175661c8807006f6d2649d56ac402 (patch) | |
tree | 81634c41fd69f46e3e0384b78c2ee738f3c1ceb7 | |
parent | f8d5b3451726530a864b172c556c311370c244e1 (diff) |
- (dtucker) [regress/runtests.sh] Remove obsolete test driver script.
-rw-r--r-- | ChangeLog | 1 | ||||
-rwxr-xr-x | regress/runtests.sh | 13 |
2 files changed, 1 insertions, 13 deletions
@@ -84,6 +84,7 @@ | |||
84 | together and add a couple of missing lines from openbsd. | 84 | together and add a couple of missing lines from openbsd. |
85 | - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5 | 85 | - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5 |
86 | helper function to the portable part of test-exec.sh. | 86 | helper function to the portable part of test-exec.sh. |
87 | - (dtucker) [regress/runtests.sh] Remove obsolete test driver script. | ||
87 | 88 | ||
88 | 20130516 | 89 | 20130516 |
89 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | 90 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be |
diff --git a/regress/runtests.sh b/regress/runtests.sh deleted file mode 100755 index 9808eb8a7..000000000 --- a/regress/runtests.sh +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | TEST_SSH_SSH=../ssh | ||
4 | TEST_SSH_SSHD=../sshd | ||
5 | TEST_SSH_SSHAGENT=../ssh-agent | ||
6 | TEST_SSH_SSHADD=../ssh-add | ||
7 | TEST_SSH_SSHKEYGEN=../ssh-keygen | ||
8 | TEST_SSH_SSHKEYSCAN=../ssh-keyscan | ||
9 | TEST_SSH_SFTP=../sftp | ||
10 | TEST_SSH_SFTPSERVER=../sftp-server | ||
11 | |||
12 | pmake | ||
13 | |||