Skip to content

Commit

Permalink
#41569 - [BUG] t/distro/file_metadata.t fails on win32
Browse files Browse the repository at this point in the history
~ skip_all until bug is fixed

git-svn-id: https://svn.parrot.org/parrot/trunk@17133 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
particle committed Feb 22, 2007
1 parent 259f6e8 commit f2da23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/distro/file_metadata.t
Expand Up @@ -172,6 +172,8 @@ COPYRIGHT: {
=cut

BEGIN {
plan skip_all => '#41569 - this test is broken';

unless ( $Parrot::Revision::current or `svk ls .` ) {
plan skip_all => 'not a working copy';
}
Expand Down

0 comments on commit f2da23c

Please sign in to comment.