Rc1 is looking good except for this test. We get a diff as follows: -fatal: cannot run bad-hooks/test-hook: ... +fatal: cannot exec 'bad-hooks/test-hook': Permission denied It looks like the pattern sed -e s/test-hook: .*/test-hook: .../ needs to be a bit extended. Adding sed -e s/exec/run/ | send -e s/["']//g might help clear off the other noise. Regards, Randall