Changeset 221ffe5 in mod_gnutls
- Timestamp:
- Jan 9, 2020, 5:21:43 PM (2 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- b2546f0
- Parents:
- 0da2c5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/tests/28_HTTP2_support/hooks.py
r0da2c5d r221ffe5 9 9 curl = os.environ['HTTP_CLI'] 10 10 if curl == 'no': 11 raise SkipTest(f' {curl}not found!')11 raise SkipTest(f'curl not found!') 12 12 proc = subprocess.run([curl, '-V'], stdout=subprocess.PIPE, 13 13 check=True, text=True)
Note: See TracChangeset
for help on using the changeset viewer.