tests/test-status.t
changeset 47193 47ccab19bf9f
parent 47180 df2bf38ac382
child 47281 6763913fa175
--- a/tests/test-status.t	Mon May 10 21:31:05 2021 +0200
+++ b/tests/test-status.t	Mon May 10 21:59:13 2021 +0200
@@ -711,6 +711,9 @@
   $ hg rm b
   $ hg status a
   R a
+  $ hg commit -qm '#1'
+  $ hg status a
+  a: $ENOENT$
 
 Check using include flag with pattern when status does not need to traverse
 the working directory (issue6483)