Eric Kow <[email protected]> writes: > +## Test for issue942 - remote apply prehook not invoked on darcs push > +echo 'apply prehook echo prehook fired' >R/_darcs/prefs/defaults > [...] > +grep 'prehook fired' log
I would probably use touch and test -e, since they rely on a side effect of the prehook (a file being created) rather than relying on the prehook's stdout propagating correctly through push. I don't care too much, so I'll push this as-is if you can't be bothered amending that. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
