Description: Fix mime test
 The test tries to check mime stuff when svn is not available. I've patched
 the SKIP test to be true when svn command is not available.
Forwarded: yes
Author: dod
--- a/t/12_mime.t
+++ b/t/12_mime.t
@@ -60,7 +60,7 @@
 
 # Detect the mime type using svn metadata
 SKIP: {
-	skip( "Not an SVN checkout", 3 ) unless -e '.svn' || !Padre::Util::SVN::local_svn_ver();
+	skip( "Not an SVN checkout", 3 ) unless -e '.svn' and Padre::Util::SVN::local_svn_ver();
 
 	my $file = catfile( 't', 'perl', 'zerolengthperl' );
 	ok( -f $file, "Found zero length perl file $file" );
