Index: trunk/phase3/t/maint/eol-style.t |
— | — | @@ -22,6 +22,7 @@ |
23 | 23 | ok 1 => "$file svn:eol-style is 'native'"; |
24 | 24 | } elsif( $res =~ substr( $file, 2 ) ) { |
25 | 25 | # not under version control |
| 26 | + ok 1 => "File not under version control"; |
26 | 27 | next; |
27 | 28 | } else { |
28 | 29 | ok 0 => "svn:eol-style not native $file"; |
Property changes on: trunk/phase3/t/maint/eol-style.t |
___________________________________________________________________ |
Added: svn:eol-style |
29 | 30 | + native |