summaryrefslogtreecommitdiff
path: root/regress/integrity.sh
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-02-26 21:49:09 -0800
committerTim Rice <tim@multitalents.net>2013-02-26 21:49:09 -0800
commitada7e17ae504b0bbbc04e380986f41ee8f67c437 (patch)
tree227bee0de127ef40f7bcc793062cb2f39a744601 /regress/integrity.sh
parentf9e2060ca9d350733ac82ed9858b010a2b1ba5c1 (diff)
- (tim) [regress/integrity.sh] keep old solaris awk from hanging.
Diffstat (limited to 'regress/integrity.sh')
-rw-r--r--regress/integrity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/integrity.sh b/regress/integrity.sh
index 8ed8d080e..4d46926d5 100644
--- a/regress/integrity.sh
+++ b/regress/integrity.sh
@@ -25,7 +25,7 @@ config_defined OPENSSL_HAVE_EVPGCM && \
25cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy" 25cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy"
26 26
27jot() { 27jot() {
28 awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }" 28 awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } exit }"
29} 29}
30 30
31for m in $macs; do 31for m in $macs; do