# Disable MANIFEST test, as this is only interesting for the author, and is
# confused by the debian-perl team git repo.
# Author: Jeffrey Ratcliffe <jjr@debian.org>
--- a/t/90_MANIFEST.t
+++ b/t/90_MANIFEST.t
@@ -2,20 +2,4 @@
 use warnings;
 use Test::More;
 
-my $git;
-if (
-    -d '.git'
-    and
-    eval { $git = `git ls-tree --name-status -r HEAD | egrep -v '^\.(git|be)'` }
-  )
-{
-    plan( tests => 1 );
-}
-else {
-    my $msg = 'Need the git repository to compare the MANIFEST.';
-    plan( skip_all => $msg );
-}
-
-my $manifest = `cat MANIFEST`;
-
-ok( $git eq $manifest, 'MANIFEST up to date' );
+plan( skip_all => 'This is only interesting for the author' );
