D5366: tests: drop redundant "#if execbit" from test-rebase-inmemory.t

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Dec 4 16:51:11 UTC 2018


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  The whole file is already guarded by "#require execbit".

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5366

AFFECTED FILES
  tests/test-rebase-inmemory.t

CHANGE DETAILS

diff --git a/tests/test-rebase-inmemory.t b/tests/test-rebase-inmemory.t
--- a/tests/test-rebase-inmemory.t
+++ b/tests/test-rebase-inmemory.t
@@ -613,8 +613,6 @@
   o  0:cb9a9f314b8b test
      a
   
-#if execbit
-
 Test a metadata-only in-memory merge
   $ cd $TESTTMP
   $ hg init no_exception
@@ -639,5 +637,3 @@
   diff --git a/foo.txt b/foo.txt
   old mode 100644
   new mode 100755
-
-#endif



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list