# HG changeset patch # User Martin von Zweigbergk # Date 2018-12-04 16:50:33 # Node ID 23dc238972480cc40790dd6b45cd4c99c37f9156 # Parent 77173267878b2afdb8280538b91873cfa4071ff7 tests: drop redundant "#if execbit" from test-rebase-inmemory.t The whole file is already guarded by "#require execbit". Differential Revision: https://phab.mercurial-scm.org/D5366 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 @@ -694,8 +694,6 @@ Test --confirm option when there is a co o 0:cb9a9f314b8b test a -#if execbit - Test a metadata-only in-memory merge $ cd $TESTTMP $ hg init no_exception @@ -720,5 +718,3 @@ issue5960: this was raising an Attribute diff --git a/foo.txt b/foo.txt old mode 100644 new mode 100755 - -#endif