summaryrefslogtreecommitdiff
path: root/regress/rekey.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-09 16:55:03 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-09 16:55:03 +1100
commit6e2fe81f926d995bae4be4a6b5b3c88c1c525187 (patch)
treea870353aa0a536bd9f92ccc2c5b633c4e4b1256a /regress/rekey.sh
parentaff7ef1bb8b7c1eeb1f4812129091c5adbf51848 (diff)
- dtucker@cvs.openbsd.org 2013/11/09 05:41:34
[regress/test-exec.sh regress/rekey.sh] Use smaller test data files to speed up tests. Grow test datafiles where necessary for a specific test.
Diffstat (limited to 'regress/rekey.sh')
-rw-r--r--regress/rekey.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/rekey.sh b/regress/rekey.sh
index 6095da8d5..fe81f0c33 100644
--- a/regress/rekey.sh
+++ b/regress/rekey.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: rekey.sh,v 1.12 2013/11/08 01:06:14 dtucker Exp $ 1# $OpenBSD: rekey.sh,v 1.13 2013/11/09 05:41:34 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="rekey" 4tid="rekey"
@@ -26,6 +26,8 @@ ssh_data_rekeying()
26 fi 26 fi
27} 27}
28 28
29increase_datafile_size 300
30
29opts="" 31opts=""
30for i in `${SSH} -Q kex`; do 32for i in `${SSH} -Q kex`; do
31 opts="$opts KexAlgorithms=$i" 33 opts="$opts KexAlgorithms=$i"