summaryrefslogtreecommitdiff
path: root/regress/rekey.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/rekey.sh')
-rw-r--r--regress/rekey.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/regress/rekey.sh b/regress/rekey.sh
index cefdea534..8eb7efaf9 100644
--- a/regress/rekey.sh
+++ b/regress/rekey.sh
@@ -1,15 +1,11 @@
1# $OpenBSD: rekey.sh,v 1.7 2013/05/16 05:48:31 dtucker Exp $ 1# $OpenBSD: rekey.sh,v 1.8 2013/05/17 04:29:14 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="rekey" 4tid="rekey"
5 5
6DATA=${OBJ}/data
7COPY=${OBJ}/copy
8LOG=${TEST_SSH_LOGFILE} 6LOG=${TEST_SSH_LOGFILE}
9 7
10rm -f ${COPY} ${LOG} ${DATA} 8rm -f ${LOG}
11touch ${DATA}
12dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
13 9
14for s in 16 1k 128k 256k; do 10for s in 16 1k 128k 256k; do
15 verbose "client rekeylimit ${s}" 11 verbose "client rekeylimit ${s}"