Skip to content
Snippets Groups Projects
Commit a8d1adee authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

test-sigpipe: run the hook using `sh`

This make the hook properly run on Windows.

Differential Revision: https://phab.mercurial-scm.org/D11084
parent 9aad229a
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
$ cat >remote/.hg/hgrc <<EOF
> [hooks]
> pretxnchangegroup.00-break-things="$RUNTESTDIR/testlib/wait-on-file" 10 "$SYNCFILE2" "$SYNCFILE1"
> pretxnchangegroup.00-break-things=sh "$RUNTESTDIR/testlib/wait-on-file" 10 "$SYNCFILE2" "$SYNCFILE1"
> pretxnchangegroup.01-output-things=echo "some remote output to be forward to the closed pipe"
> EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment