'ok 1' when a file is not under revision control
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 20 Jan 2007 23:39:43 +0000 (23:39 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 20 Jan 2007 23:39:43 +0000 (23:39 +0000)
t/maint/eol-style.t

index 749613e..eb5be1b 100644 (file)
@@ -22,6 +22,7 @@ for my $file (@files) {
                ok 1 => "$file svn:eol-style is 'native'";
        } elsif( $res =~ substr( $file, 2 ) ) {
                # not under version control
+               ok 1 => "File not under version control";
                next;
        } else {
                ok 0 => "svn:eol-style not native $file";