summaryrefslogtreecommitdiff
path: root/regress/rekey.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/rekey.sh')
-rw-r--r--regress/rekey.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/rekey.sh b/regress/rekey.sh
index 26848d27b..6b7e845ec 100644
--- a/regress/rekey.sh
+++ b/regress/rekey.sh
@@ -8,7 +8,7 @@ COPY=${OBJ}/copy
8LOG=${OBJ}/log 8LOG=${OBJ}/log
9 9
10rm -f ${COPY} ${LOG} ${DATA} 10rm -f ${COPY} ${LOG} ${DATA}
11dd if=/dev/zero of=${DATA} bs=1k count=512 > /dev/null 2>&1 11dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
12 12
13for s in 16 1k 128k 256k; do 13for s in 16 1k 128k 256k; do
14 trace "rekeylimit ${s}" 14 trace "rekeylimit ${s}"