summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2013-06-05 15:59:13 +0000
committerdtucker <dtucker>2013-06-05 15:59:13 +0000
commitcbe01eb3ea672711bdbeac5b8af72a817a3e962b (patch)
tree17927ad8bf9b3240bce2ce40d20e7755f45bf0aa
parent9197cfc50f8b07de45d7258bc05247b345374c1b (diff)
downloadopenssh-cbe01eb3ea672711bdbeac5b8af72a817a3e962b.tar.gz
- (dtucker) [regress/forwarding.sh] For (as yet unknown) reason, the
forwarding test is extremely slow copying data on some machines so switch back to copying the much smaller ls binary until we can figure out why this is.
-rw-r--r--ChangeLog4
-rw-r--r--regress/forwarding.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00c74c3e..e64bf0e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
the necessary functions, not from the openssl version.
- (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.
Patch from cjwatson at debian.
+ - (dtucker) [regress/forwarding.sh] For (as yet unknown) reason, the
+ forwarding test is extremely slow copying data on some machines so switch
+ back to copying the much smaller ls binary until we can figure out why
+ this is.
20130602
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
diff --git a/regress/forwarding.sh b/regress/forwarding.sh
index 2ba140fe..1c408603 100644
--- a/regress/forwarding.sh
+++ b/regress/forwarding.sh
@@ -3,6 +3,8 @@
tid="local and remote forwarding"
+DATA=/bin/ls${EXEEXT}
+
start_sshd
base=33