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.
--- 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