Point the tests to the brotli test data
[io-compress-brotli.git] / t / IO-Uncompress-Brotli.t
index 88437fc4f090216e30a76c563e7331af77968ccf..94141c125361687728ee777db4bf6e372a9ba453 100644 (file)
@@ -8,7 +8,7 @@ BEGIN{ use_ok('IO::Uncompress::Brotli'); }
 
 my $todo_re = qr/empty\.compressed\.(?:1[7-9]|2)|x\.compressed\.0[12]/;
 
-for my $test (<t/testdata/*.compressed*>) {
+for my $test (<brotli/tests/testdata/*.compressed*>) {
        my ($expected) = $test =~ s/\.compressed.*//r;
        $expected = read_file $expected;
 
This page took 0.00957 seconds and 4 git commands to generate.