X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan_tools%2Flibtap%2Ftests%2Fplan%2Ftoo-many-plans%2Ftest.pl;fp=ccan_tools%2Flibtap%2Ftests%2Fplan%2Ftoo-many-plans%2Ftest.pl;h=0000000000000000000000000000000000000000;hp=2bde14aed68be77be99449fef160acadae4358f5;hb=89afb563a8fea1e1c6d4bbcc6b1c51aa6cc8f045;hpb=2d6759d42218bef651c0ece58fe36212099a313c diff --git a/ccan_tools/libtap/tests/plan/too-many-plans/test.pl b/ccan_tools/libtap/tests/plan/too-many-plans/test.pl deleted file mode 100644 index 2bde14ae..00000000 --- a/ccan_tools/libtap/tests/plan/too-many-plans/test.pl +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/perl - -use warnings; -use strict; - -use Test::More; - -plan tests => 1; - -ok(1); - -plan tests => 1; - -ok(0);