--- a/tests/test-requires Mon Aug 30 14:01:57 2010 +0900
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-mkdir t
-cd t
-hg init
-echo a > a
-hg add a
-hg commit -m test -d "1000000 0"
-rm .hg/requires
-hg tip
-echo indoor-pool > .hg/requires
-hg tip
-
-true