/[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

Contents of /trunk/t/90xmllint.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Mon Jul 26 20:17:57 2004 UTC (19 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 293 byte(s)
xmllint test for produces jsFind index files

1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 1;
7
8 my $xmllint=eval { `which xmllint` };
9
10 if (! $xmllint) {
11 ok(1, "skip xmllint");
12 } else {
13 my $ok = eval { `xmllint --noout html/*/*.xml html/*/*/*.xml html/*/*/*/*.xml 2>&1` };
14 cmp_ok($ok, '==', '' , "xmllint $ok");
15 }
16

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26