diff --git a/tests/test-issue433.t b/tests/test-issue433.t deleted file mode 100644 --- a/tests/test-issue433.t +++ /dev/null @@ -1,10 +0,0 @@ -http://mercurial.selenic.com/bts/issue433 - - $ hg init - $ echo a > a - $ hg commit -Ama - adding a - - $ hg parents -r 0 doesnotexist - abort: 'doesnotexist' not found in manifest! - [255]