##// END OF EJS Templates
tests: stabilize `test-status-eacces.t` on Windows...
Matt Harbison -
r52846:fdb1971b default
parent child Browse files
Show More
@@ -28,13 +28,15 The proliferation of status implementati
28 28 $ touch d1/y
29 29 $ chmod -r d1
30 30 $ hg status
31 d1: $EACCES$
31 d1: $EACCES$ (unix-permissions !)
32 32 ! d1/x (rhg !)
33 33 ! d1/x (no-rhg rust !)
34 ? d1/y (no-unix-permissions !)
34 35 $ hg status
35 d1: $EACCES$
36 d1: $EACCES$ (unix-permissions !)
36 37 ! d1/x (rust !)
37 38 ! d1/x (no-rust rhg !)
39 ? d1/y (no-unix-permissions !)
38 40 $ chmod +r d1
39 41 $ hg status
40 42 ? d1/y
General Comments 0
You need to be logged in to leave comments. Login now