comparison tests/test-hook.t @ 15445:7cbb81c47025

tests: use 'hghave system-sh' to guard tests that requires sh in system()
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:14:55 +0100
parents 7c26ce9edbd2
children 5a7733563c2e
comparison
equal deleted inserted replaced
15444:e1f05d7a8c7b 15445:7cbb81c47025
1 $ "$TESTDIR/hghave" system-sh || exit 80
2
1 commit hooks can see env vars 3 commit hooks can see env vars
2 4
3 $ hg init a 5 $ hg init a
4 $ cd a 6 $ cd a
5 $ echo "[hooks]" > .hg/hgrc 7 $ echo "[hooks]" > .hg/hgrc