# HG changeset patch # User Martin von Zweigbergk # Date 1543942233 28800 # 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 -r 77173267878b -r 23dc23897248 tests/test-rebase-inmemory.t --- a/tests/test-rebase-inmemory.t Mon Dec 03 16:56:09 2018 -0800 +++ b/tests/test-rebase-inmemory.t Tue Dec 04 08:50:33 2018 -0800 @@ -694,8 +694,6 @@ o 0:cb9a9f314b8b test a -#if execbit - Test a metadata-only in-memory merge $ cd $TESTTMP $ hg init no_exception @@ -720,5 +718,3 @@ diff --git a/foo.txt b/foo.txt old mode 100644 new mode 100755 - -#endif