From ed2dbefa73621d26c7fe4f567e412a8fd8185848 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 17 Jul 2008 22:39:23 +0000 Subject: Fixed the XML syntax of a few test files. --- tests/data/test1027 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test1027') diff --git a/tests/data/test1027 b/tests/data/test1027 index 57ea87f2a..9c3d6e3ea 100644 --- a/tests/data/test1027 +++ b/tests/data/test1027 @@ -25,7 +25,7 @@ curl --help # Search for these two sentinel lines in the help output; if they are found, # then chances are good the entire help is there. -perl -e 'open(IN,$ARGV[0]); my $lines=grep(/(Usage: curl )|(--version\s*Show version)/, ); exit ($lines != 2);' log/stdout1027 +perl -e 'open(IN,$ARGV[0]); my $lines=grep(/(Usage: curl )|(--version\s*Show version)/, ); exit ($lines != 2); # Let this file pass an XML syntax check: ' log/stdout1027 -- cgit v1.2.3