t0500: avoid race condition with timestamps
commit49b3bb067c49622b44bfb30942a8d8e9f83918d4
authorEric Wong <normalperson@yhbt.net>
Tue, 3 Aug 2010 09:01:20 +0000 (3 09:01 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 3 Aug 2010 09:04:09 +0000 (3 09:04 +0000)
tree84bbe7ea88d2dc3b04e052ec2a5d56fd960300dd
parent3607ef808c947c37d1810cdb34ed924c86502ad1
t0500: avoid race condition with timestamps

Not sure what possessed me to clobber the original
variable set in the parent, but the initial time
for the subshell could be set too late in relation
to the actual server time.  So we need to stash the
original time before any HTTP requests were made.
t/t0500-cramp-streaming.sh