summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-09-10 11:59:09 +0100
committerNicholas Clark <nick@ccl4.org>2010-09-10 11:59:09 +0100
commit4aa37fafef47f0609c457610076d77d6e96c8803 (patch)
treefb82a4496578d4fa4e18cf5ce3babe9ea1764963 /t
parente08c10f564aa3fa8386b88ad67ae3346d1b98787 (diff)
downloadperl-4aa37fafef47f0609c457610076d77d6e96c8803.tar.gz
Remove obsolete core test directory boilerplate from Math::BigInt.
This was only needed for testing in the core, when the core's tests all ran the top level t/ directory. Without this getting in the way, we don't need t/TEST and t/harness to run the tests with absolute paths in @INC. Testing in the CPAN distribution is unaffected.
Diffstat (limited to 't')
-rwxr-xr-xt/TEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 817f32c891..9f362d11ee 100755
--- a/t/TEST
+++ b/t/TEST
@@ -60,7 +60,6 @@ my %abs = (
'../dist/Cwd' => 1,
'../dist/ExtUtils-Install' => 1,
'../dist/ExtUtils-ParseXS' => 1,
- '../dist/Math-BigInt' => 1,
);
my %temp_no_core =