]> git.ozlabs.org Git - ponghero.git/blobdiff - ccan/ccan_tools/libtap/tests/plan/no-tests/test.pl
Prepare for release: rename to ponghero and pull in ccan.
[ponghero.git] / ccan / ccan_tools / libtap / tests / plan / no-tests / test.pl
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 (file)
index 0000000..5b0e3c4
--- /dev/null
@@ -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");