tests/test-status.t
changeset 23037 eeaed3d2b004
parent 22430 968247e8f4ac
child 23402 2963d5c9d90b
--- a/tests/test-status.t	Sat Oct 18 12:24:50 2014 +0900
+++ b/tests/test-status.t	Sun Oct 12 22:23:43 2014 -0700
@@ -322,19 +322,6 @@
   R removed
   C deleted
 
-status against non-parent with unknown file (issue4321)
-
-  $ touch unknown
-  $ hg status --rev 0 unknown
-  ? unknown
-
-status of removed but existing in working directory.  "? removed" should
-not be included:
-
-  $ touch removed
-  $ hg status --rev 0 removed
-  R removed
-
   $ cd ..
 
 hg status of binary file starting with '\1\n', a separator for metadata: