summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary05.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary05.t')
-rw-r--r--gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary05.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary05.t b/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary05.t
new file mode 100644
index 00000000000..9fa1c265173
--- /dev/null
+++ b/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary05.t
@@ -0,0 +1,3 @@
+$0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
+$ENV{JSONPP_CHUNK} = 0+$1;
+do "./t/099_binary.pl";