about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-03 09:01:20 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-03 09:04:09 +0000
commit49b3bb067c49622b44bfb30942a8d8e9f83918d4 (patch)
tree84bbe7ea88d2dc3b04e052ec2a5d56fd960300dd
parent3607ef808c947c37d1810cdb34ed924c86502ad1 (diff)
downloadrainbows-49b3bb067c49622b44bfb30942a8d8e9f83918d4.tar.gz
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.
-rwxr-xr-xt/t0500-cramp-streaming.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t0500-cramp-streaming.sh b/t/t0500-cramp-streaming.sh
index 0c18875..b97853d 100755
--- a/t/t0500-cramp-streaming.sh
+++ b/t/t0500-cramp-streaming.sh
@@ -27,7 +27,6 @@ t_begin "setup and start" && {
 # this will spew any unexpected input to stdout and be silent on success
 check () {
         (
-                t0=$(date +%s)
                 i=0
                 while read hello world
                 do