comparison tests/run-tests @ 382:37249c522770

test suite: fix timezone problems and port collision problem -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 test suite: fix timezone problems and port collision problem manifest hash: 44652133f49c24679b289c0250eb591682225c54 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsaq7ywK+sNU5EO8RAluQAKCSuUGge7bQPbWbQoIfWETDFRibNwCgs12e /TSLCPJ0aHvqttMhJSaYOSU= =5OYO -----END PGP SIGNATURE-----
author mpm@selenic.com
date Thu, 16 Jun 2005 08:37:15 -0800
parents 410373162036
children e5683db23ec4 688d03d6997a
comparison
equal deleted inserted replaced
381:024ee0f8722a 382:37249c522770
6 failed=0 6 failed=0
7 H=$PWD 7 H=$PWD
8 8
9 function run_one 9 function run_one
10 { 10 {
11 export TZ=GMT
11 D=`mktemp -d` 12 D=`mktemp -d`
12 if [ "$D" == "" ] ; then 13 if [ "$D" == "" ] ; then
13 echo mktemp failed! 14 echo mktemp failed!
14 fi 15 fi
15 16