diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-17 22:39:23 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-17 22:39:23 +0000 |
commit | ed2dbefa73621d26c7fe4f567e412a8fd8185848 (patch) | |
tree | bfaca32556ee6415fe119b2c1f7f81ed11e52b6a /tests/data/test1026 | |
parent | 39f23aec6b3cd5e7e5dd9077d96f8eff37ff2b19 (diff) |
Fixed the XML syntax of a few test files.
Diffstat (limited to 'tests/data/test1026')
-rw-r--r-- | tests/data/test1026 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1026 b/tests/data/test1026 index 530fc8d0c..e47b12a0a 100644 --- a/tests/data/test1026 +++ b/tests/data/test1026 @@ -25,7 +25,7 @@ curl --manual # Search for these two sentinel lines in the manual output; if they are found, # then chances are good the entire manual is there. <postcheck> -perl -e 'open(IN,$ARGV[0]); my $lines=grep(/(a\s*tool\s*to\s*transfer\s*data)|(mailing\s*lists\s*to\s*discuss\s*curl)/, <IN>); exit ($lines != 2);' log/stdout1026 +perl -e 'open(IN,$ARGV[0]); my $lines=grep(/(a\s*tool\s*to\s*transfer\s*data)|(mailing\s*lists\s*to\s*discuss\s*curl)/, <IN>); exit ($lines != 2); # Let this file pass an XML syntax check: </IN>' log/stdout1026 </postcheck> </client> |