From: Antoine Musso Date: Sat, 20 Jan 2007 23:39:43 +0000 (+0000) Subject: 'ok 1' when a file is not under revision control X-Git-Tag: 1.31.0-rc.0~54258 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=bc95ca6c97199957207b76cb25d74a250532d2cb;p=lhc%2Fweb%2Fwiklou.git 'ok 1' when a file is not under revision control --- diff --git a/t/maint/eol-style.t b/t/maint/eol-style.t index 749613e9f7..eb5be1bd5b 100644 --- a/t/maint/eol-style.t +++ b/t/maint/eol-style.t @@ -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";