diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-06-06 01:59:13 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-06-06 01:59:13 +1000 |
commit | 2a22873cd869679415104bc9f6bb154811ee604c (patch) | |
tree | db12aec815f6a3410cb56a347378f201daa47326 /regress/forwarding.sh | |
parent | b4e00949f01176cd4fae3e0cef5ffa8dea379042 (diff) |
- (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.
Diffstat (limited to 'regress/forwarding.sh')
-rw-r--r-- | regress/forwarding.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/forwarding.sh b/regress/forwarding.sh index 2ba140fee..1c408603c 100644 --- a/regress/forwarding.sh +++ b/regress/forwarding.sh | |||
@@ -3,6 +3,8 @@ | |||
3 | 3 | ||
4 | tid="local and remote forwarding" | 4 | tid="local and remote forwarding" |
5 | 5 | ||
6 | DATA=/bin/ls${EXEEXT} | ||
7 | |||
6 | start_sshd | 8 | start_sshd |
7 | 9 | ||
8 | base=33 | 10 | base=33 |