# HG changeset patch # User Sean Farley # Date 1460756852 25200 # Node ID aa927b0a5b8782778c9baa0c2ddc11c34f75523a # Parent bacca31f4835a6ef14bdbd83337ec9ce9aa93556 tests: relax pattern matching for newer docker diff -r bacca31f4835 -r aa927b0a5b87 tests/hghave.py --- a/tests/hghave.py Sun Apr 17 02:29:33 2016 +0530 +++ b/tests/hghave.py Fri Apr 15 14:47:32 2016 -0700 @@ -458,7 +458,7 @@ @check("docker", "docker support") def has_docker(): - pat = r'A self-sufficient runtime for linux containers\.' + pat = r'A self-sufficient runtime for' if matchoutput('docker --help', pat): if 'linux' not in sys.platform: # TODO: in theory we should be able to test docker-based