test-status: stabilize for no-execbit platforms
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 13 Jan 2016 00:09:26 -0500
changeset 27743 5dcadc6c5aed
parent 27742 6b639caa1652
child 27744 f2b8b4e2de20
test-status: stabilize for no-execbit platforms The preceding #if conditional was the only modification to the file, so the "reverting file" line in the subsequent revert command was getting dropped.
tests/test-status.t
--- a/tests/test-status.t	Tue Jan 12 18:38:49 2016 -0800
+++ b/tests/test-status.t	Wed Jan 13 00:09:26 2016 -0500
@@ -386,12 +386,12 @@
   $ hg status -A --rev 0
   M file
 
+  $ hg revert -r 0 .
+  reverting file
 #endif
 
 reverted and commit change should appear clean
 
-  $ hg revert -r 0 .
-  reverting file
   $ hg ci -m a
   $ hg status -A --rev 0 --rev 2
   C file