X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fccan_tools%2Flibtap%2Ftests%2Fplan%2Fskip_all%2Ftest.pl;fp=ccan%2Fccan_tools%2Flibtap%2Ftests%2Fplan%2Fskip_all%2Ftest.pl;h=e91e0d414367ebc8c370d290aa4c02f8f200ef5f;hb=3b07a088e47dffe99415cb01f42ea89c9185bdc5;hp=0000000000000000000000000000000000000000;hpb=4b884e9e3bff9f777f705d364627ce49ff4cedd6;p=ponghero.git diff --git a/ccan/ccan_tools/libtap/tests/plan/skip_all/test.pl b/ccan/ccan_tools/libtap/tests/plan/skip_all/test.pl new file mode 100644 index 0000000..e91e0d4 --- /dev/null +++ b/ccan/ccan_tools/libtap/tests/plan/skip_all/test.pl @@ -0,0 +1,9 @@ +#!/usr/bin/perl + +use warnings; +use strict; + +use Test::More; + +plan skip_all => "No good reason"; +