From bc95ca6c97199957207b76cb25d74a250532d2cb Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 20 Jan 2007 23:39:43 +0000 Subject: [PATCH] 'ok 1' when a file is not under revision control --- t/maint/eol-style.t | 1 + 1 file changed, 1 insertion(+) 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"; -- 2.20.1