X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/64a5aa136edfe27f5158a65d8a8663c3ed5073f9..c3238c0e:/test/oauth/common.sh?ds=sidebyside diff --git a/test/oauth/common.sh b/test/oauth/common.sh index 932c7051..342e5786 100644 --- a/test/oauth/common.sh +++ b/test/oauth/common.sh @@ -10,13 +10,13 @@ fi testname="${MH_TEST_DIR}/$$" -arith_eval 64001 + `id -u` % 1000 +arith_eval 64001 + $$ % 1000 http_port=${arith_val} -arith_eval 64000 + `id -u` % 1000 +arith_eval ${http_port} + 1 pop_port=${arith_val} -arith_eval 64002 + `id -u` % 1000 +arith_eval ${pop_port} + 1 smtp_port=${arith_val} cat >> ${MH} <