# # patch "ChangeLog" # from [16007223081da418bc1bfbda00013569938de69b] # to [91b299e988e2995482fe3832fc9ee83b4f0e567c] # # patch "testsuite.at" # from [752c4e1a21c136cce54e6151aa1ecae06ac226ae] # to [169f2b7d55bea46941d2e567949b9d98cdb2da1e] # ======================================================================== --- ChangeLog 16007223081da418bc1bfbda00013569938de69b +++ ChangeLog 91b299e988e2995482fe3832fc9ee83b4f0e567c @@ -1,5 +1,7 @@ 2005-09-01 Matthew Gregan + * testsuite.at: Increase entropy used to generate port numbers + where we can and increase range of port numbers generated. * monotone.texi: Fix a couple of minor typos. 2005-09-01 Matthew Gregan ======================================================================== --- testsuite.at 752c4e1a21c136cce54e6151aa1ecae06ac226ae +++ testsuite.at 169f2b7d55bea46941d2e567949b9d98cdb2da1e @@ -37,9 +37,10 @@ # Save the PWD so MONOTONE macro can refer back to it _ROOT_DIR=`pwd -P` -# Pick a random port, so running multiple testsuites concurrently on -# the same machine has a hope of working. -_PORT=`awk 'BEGIN {srand()} END {printf "%.0f\n", (rand() * 450 + 20050)}'< /dev/null` +# Pick a random port, so running multiple testsuites concurrently on the +# same machine has a hope of working. Port range will usually be +# 20050..53347. +_PORT=`echo $RANDOM | awk 'BEGIN {srand()} END {printf "%.0f\n", ((rand() * 529 + 20050 + $1) % 64512 + 1024)}'` AT_DATA(test_keys, [@<:@pubkey address@hidden@:>@ MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQCfN/cAMabgb6T7m8ksGnpQ7LO6hOdnc/7V