tests/test-http-protocol.t
branchstable
changeset 30840 a1dd2c0c479e
parent 30764 e75463e3179f
child 30852 cdeb0804d98c
equal deleted inserted replaced
30839:d7f5a35ac6cd 30840:a1dd2c0c479e
    18 #if zstd
    18 #if zstd
    19   $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=capabilities' | tr ' ' '\n' | grep compression
    19   $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=capabilities' | tr ' ' '\n' | grep compression
    20   compression=zstd,zlib
    20   compression=zstd,zlib
    21 #else
    21 #else
    22   $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=capabilities' | tr ' ' '\n' | grep compression
    22   $ get-with-headers.py 127.0.0.1:$HGPORT '?cmd=capabilities' | tr ' ' '\n' | grep compression
    23   compression=ZL
    23   compression=zlib
    24 #endif
    24 #endif
    25 
    25 
    26   $ killdaemons.py
    26   $ killdaemons.py
    27 
    27 
    28 server.compressionengines can replace engines list wholesale
    28 server.compressionengines can replace engines list wholesale