X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan_tools%2Flibtap%2Ftests%2Fok%2Fok-numeric%2Ftest.pl;fp=ccan_tools%2Flibtap%2Ftests%2Fok%2Fok-numeric%2Ftest.pl;h=0000000000000000000000000000000000000000;hp=ddc8c164e386ceaa458f742e98ce82586aaea187;hb=89afb563a8fea1e1c6d4bbcc6b1c51aa6cc8f045;hpb=2d6759d42218bef651c0ece58fe36212099a313c diff --git a/ccan_tools/libtap/tests/ok/ok-numeric/test.pl b/ccan_tools/libtap/tests/ok/ok-numeric/test.pl deleted file mode 100644 index ddc8c164..00000000 --- a/ccan_tools/libtap/tests/ok/ok-numeric/test.pl +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -use warnings; -use strict; - -use Test::More; - -my $rc = 0; - -plan tests => 3; - -$rc = ok(1, 'First test'); -diag("Returned: $rc"); - -$rc = ok(1, '1'); -diag("Returned: $rc"); - -$rc = ok(1, 'Third test'); -diag("Returned: $rc");