Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
restore value format of directory in meta-provides test
  • Loading branch information
andreeap committed Mar 24, 2015
1 parent 64ebfb9 commit 37da853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/release/meta-provides.t
Expand Up @@ -26,7 +26,7 @@ test_release(
and => [
{ term => { 'author' => $release->author } },
{ term => { 'release' => $release->name } },
{ term => { 'directory' => 0 } },
{ term => { 'directory' => \0 } },
{ prefix => { 'path' => 'lib/' } },
]
}
Expand Down

0 comments on commit 37da853

Please sign in to comment.