# HG changeset patch # User FUJIWARA Katsunori # Date 2016-10-29 21:15:09 # Node ID 8237c3359db54909151325d6d79806402dfdb1a4 # Parent 6e04f4ec487501d48effcd2864a1c7f73ad6d8de tests: test preserving execbit changes at amending only on execbit platform diff --git a/tests/test-commit-amend.t b/tests/test-commit-amend.t --- a/tests/test-commit-amend.t +++ b/tests/test-commit-amend.t @@ -1156,6 +1156,8 @@ directory) rev offset length delta linkrev nodeid p1 p2 0 0 88 -1 3 34a4d536c0c0 000000000000 000000000000 +#if execbit + Test if amend preserves executable bit changes $ chmod +x newdirname/commonfile.py $ hg ci -m chmod @@ -1174,3 +1176,4 @@ Test if amend preserves executable bit c old mode 100644 new mode 100755 +#endif