changeset 27743:5dcadc6c5aed

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 13 Jan 2016 00:09:26 -0500
parents 6b639caa1652
children f2b8b4e2de20
files tests/test-status.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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