branch | stable |
changeset 16485 | f48b075ff088 |
parent 16306 | d76b9abd1509 |
child 16591 | 46e9ed223d2c |
--- a/tests/test-check-code-hg.t Mon Apr 23 01:39:26 2012 +0200 +++ b/tests/test-check-code-hg.t Mon Apr 23 01:39:26 2012 +0200 @@ -1,6 +1,7 @@ $ check_code="$TESTDIR"/../contrib/check-code.py $ cd "$TESTDIR"/.. - $ if ! hg identify -q > /dev/null; then + $ if hg identify -q > /dev/null; then : + > else > echo "skipped: not a Mercurial working dir" >&2 > exit 80 > fi