shlist

share and manage lists between multiple people
Log | Files | Refs

commit ed91666ae765d3018aac551302e68d72429ddee8
parent ed9515ecebc9c0c41bd3651bd38702c6b5d0b7a4
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat, 27 Feb 2016 14:28:25 -0700

apnd: remove test.pl here too

Diffstat:
Dapnd/test.pl | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/apnd/test.pl b/apnd/test.pl @@ -1,7 +0,0 @@ -use strict; -use warnings; - -use TAP::Harness; - -my $harness = TAP::Harness->new({}); -$harness->runtests(glob("t/*.t"));