Skip to content

Commit

Permalink
[config][t] Fix a test relating to git describe strings
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 16, 2010
1 parent 80d156e commit 0eb237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/configure/063-git_describe_to_cache.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ my $cwd = cwd();
qq{$libdir/Parrot/Git}), "Able to copy Parrot::Git::Describe");

like($Parrot::Git::Describe::current,
qr/^(RELEASE_|REL_)\d+\_\d+\_\d+\-\d+\-g[a-z0-9]+$/i,
qr/^(RELEASE_|REL_)\d+\_\d+\_\d+(\-\d+\-g[a-z0-9]+)?$/i,
"Got a describe string",
);
};
Expand Down

0 comments on commit 0eb237a

Please sign in to comment.