mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 12:46:01 +03:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/bash
|
||
|
set -Eeuo pipefail
|
||
|
hurl ssl/error_self_signed_certificate.hurl
|