--- a/tests/test-hgk Sun Sep 26 13:41:32 2010 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-echo "[extensions]" >> $HGRCPATH
-echo "hgk=" >> $HGRCPATH
-
-hg init repo
-cd repo
-echo a > a
-hg ci -Am adda
-hg debug-cat-file commit 0
-