tests: drop redundant "#if execbit" from test-rebase-inmemory.t
authorMartin von Zweigbergk <martinvonz@google.com>
Tue, 04 Dec 2018 08:50:33 -0800
changeset 40830 23dc23897248
parent 40829 77173267878b
child 40831 59aed775610a
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
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