##// END OF EJS Templates
tests: simplify a bit
Arseniy Alekseyev -
r51218:86d2a28c stable
parent child Browse files
Show More
@@ -32,16 +32,12 b' The proliferation of status implementati'
32 32 ! d1/x (rhg !)
33 33 ! d1/x (no-rhg rust !)
34 34 $ hg status
35 d1: $EACCES$ (rhg !)
36 d1: $EACCES$ (no-rhg rust !)
37 d1: $EACCES$ (no-rust no-rhg !)
35 d1: $EACCES$
38 36 ! d1/x (rust !)
39 37 ! d1/x (no-rust rhg !)
40 38 $ chmod +r d1
41 39 $ hg status
42 ? d1/y (rhg !)
43 ? d1/y (no-rhg rust !)
44 ? d1/y (no-rhg no-rust !)
40 ? d1/y
45 41
46 42 $ touch d1/z
47 43 $ hg status
General Comments 0
You need to be logged in to leave comments. Login now