X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=inline;f=ccan_tools%2Flibtap%2Ftests%2Fplan%2Fno_plan%2Ftest.pl;fp=ccan_tools%2Flibtap%2Ftests%2Fplan%2Fno_plan%2Ftest.pl;h=dce95fdb94d4e41449c7fb12ca57f804dcd8d038;hb=7bbd49fdb03503688dd34ab860e0e02e852ed267;hp=0000000000000000000000000000000000000000;hpb=fdfcdafbfa7957b6ca393bb4000fbaad3813a61a;p=ccan diff --git a/ccan_tools/libtap/tests/plan/no_plan/test.pl b/ccan_tools/libtap/tests/plan/no_plan/test.pl new file mode 100644 index 00000000..dce95fdb --- /dev/null +++ b/ccan_tools/libtap/tests/plan/no_plan/test.pl @@ -0,0 +1,13 @@ +#!/usr/bin/perl + +use warnings; +use strict; + +my $rc = 0; + +use Test::More; + +plan qw(no_plan); + +$rc = ok(1); +diag("Returned: $rc");