about summary refs log tree commit diff
path: root/third_party/git/t/Git-SVN/Utils/can_compress.t
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/Git-SVN/Utils/can_compress.t')
-rwxr-xr-xthird_party/git/t/Git-SVN/Utils/can_compress.t11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/git/t/Git-SVN/Utils/can_compress.t b/third_party/git/t/Git-SVN/Utils/can_compress.t
deleted file mode 100755
index d7b49b8d54..0000000000
--- a/third_party/git/t/Git-SVN/Utils/can_compress.t
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More 'no_plan';
-
-use Git::SVN::Utils qw(can_compress);
-
-# !! is the "convert this to boolean" operator.
-is !!can_compress(), !!eval { require Compress::Zlib };