Mercurial > hg
changeset 50295:86d2a28c018e stable
tests: simplify a bit
author | Arseniy Alekseyev <aalekseyev@janestreet.com> |
---|---|
date | Mon, 13 Mar 2023 14:19:02 +0000 |
parents | bae51b50a5cf |
children | 6abee333a200 |
files | tests/test-status-eacces.t |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-status-eacces.t Mon Mar 13 14:15:34 2023 +0000 +++ b/tests/test-status-eacces.t Mon Mar 13 14:19:02 2023 +0000 @@ -32,16 +32,12 @@ ! d1/x (rhg !) ! d1/x (no-rhg rust !) $ hg status - d1: $EACCES$ (rhg !) - d1: $EACCES$ (no-rhg rust !) - d1: $EACCES$ (no-rust no-rhg !) + d1: $EACCES$ ! d1/x (rust !) ! d1/x (no-rust rhg !) $ chmod +r d1 $ hg status - ? d1/y (rhg !) - ? d1/y (no-rhg rust !) - ? d1/y (no-rhg no-rust !) + ? d1/y $ touch d1/z $ hg status