X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fccan_tools%2Flibtap%2Ftests%2Fplan%2Fno-tests%2Ftest.pl;fp=ccan%2Fccan_tools%2Flibtap%2Ftests%2Fplan%2Fno-tests%2Ftest.pl;h=5b0e3c481b45532fa106d1594c298b9367a7549c;hb=3b07a088e47dffe99415cb01f42ea89c9185bdc5;hp=0000000000000000000000000000000000000000;hpb=4b884e9e3bff9f777f705d364627ce49ff4cedd6;p=ponghero.git diff --git a/ccan/ccan_tools/libtap/tests/plan/no-tests/test.pl b/ccan/ccan_tools/libtap/tests/plan/no-tests/test.pl new file mode 100644 index 0000000..5b0e3c4 --- /dev/null +++ b/ccan/ccan_tools/libtap/tests/plan/no-tests/test.pl @@ -0,0 +1,13 @@ +#!/usr/bin/perl + +use warnings; +use strict; + +use Test::More; + +my $rc = 0; + +plan tests => 0; + +$rc = ok(1); +diag("Returned: $rc");