/[jsFind]/trunk/t/90xmllint.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/t/90xmllint.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (hide annotations)
Wed Oct 19 10:25:46 2005 UTC (18 years, 7 months ago) by dpavlin
File MIME type: application/x-troff
File size: 277 byte(s)
better xmllint testing

1 dpavlin 10 #!/usr/bin/perl
2    
3     use strict;
4     use warnings;
5    
6     use Test::More tests => 1;
7    
8    
9 dpavlin 40 SKIP: {
10     my $xmllint=eval { `which xmllint` };
11    
12     skip "can't run xmllint", 1 unless ($xmllint);
13    
14     cmp_ok(system(qq{xmllint --noout html/*/*.xml html/*/*/*.xml html/*/*/*/*.xml }), '==', 0, "xmllint");
15 dpavlin 10 }
16    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26