author | Brodie Rao <brodie@sf.io> |
Sat, 12 May 2012 15:54:54 +0200 | |
branch | stable |
changeset 1069 | 4e0cef7a70cf |
parent 1068 | 459c0537273b |
child 1070 | 838e4146e763 |
tests/hghave | file | annotate | diff | comparison | revisions |
--- a/tests/hghave Tue May 08 15:46:51 2012 -0500 +++ b/tests/hghave Sat May 12 15:54:54 2012 +0200 @@ -165,7 +165,8 @@ return False def has_p4(): - return matchoutput('p4 -V', r'Rev\. P4/') and matchoutput('p4d -V', r'Rev\. P4D/') + return (matchoutput('p4 -V', r'Rev\. P4/') and + matchoutput('p4d -V', r'Rev\. P4D/')) def has_symlink(): if not hasattr(os, "symlink"):