summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-17 20:01:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-17 20:01:52 +1000
commit9cc8ff7b63f175661c8807006f6d2649d56ac402 (patch)
tree81634c41fd69f46e3e0384b78c2ee738f3c1ceb7
parentf8d5b3451726530a864b172c556c311370c244e1 (diff)
- (dtucker) [regress/runtests.sh] Remove obsolete test driver script.
-rw-r--r--ChangeLog1
-rwxr-xr-xregress/runtests.sh13
2 files changed, 1 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index ec9ab1229..26a183cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
8820130516 8920130516
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
3TEST_SSH_SSH=../ssh
4TEST_SSH_SSHD=../sshd
5TEST_SSH_SSHAGENT=../ssh-agent
6TEST_SSH_SSHADD=../ssh-add
7TEST_SSH_SSHKEYGEN=../ssh-keygen
8TEST_SSH_SSHKEYSCAN=../ssh-keyscan
9TEST_SSH_SFTP=../sftp
10TEST_SSH_SFTPSERVER=../sftp-server
11
12pmake
13