]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/tests/ok/ok-hash/test.pl
Removed ccan_tools versions of talloc and libtap in favor of ccan ones.
[ccan] / ccan_tools / libtap / tests / ok / ok-hash / test.pl
diff --git a/ccan_tools/libtap/tests/ok/ok-hash/test.pl b/ccan_tools/libtap/tests/ok/ok-hash/test.pl
deleted file mode 100644 (file)
index ae04570..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/perl
-
-use warnings;
-use strict;
-
-use Test::More;
-
-my $rc = 0;
-
-plan tests => 4;
-
-$rc = ok(1, 'Test with no hash');
-diag("Returned: $rc");
-
-$rc = ok(1, 'Test with one # hash');
-diag("Returned: $rc");
-
-$rc = ok(1, 'Test with # two # hashes');
-diag("Returned: $rc");
-
-$rc = ok(1, 'Test with ## back to back hashes');
-diag("Returned: $rc");