mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-22 10:31:46 +03:00
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
hurl --http1.1 tests_ok/http_version_11.hurl
|