diff --git a/tests/test-issue433.t b/tests/test-issue433.t
deleted file mode 100644
index 7dc3e10fc812f688f840c8a5c6472fe68cd51d71_dGVzdHMvdGVzdC1pc3N1ZTQzMy50..0000000000000000000000000000000000000000
--- 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]