Add version integ test

This commit is contained in:
Fabrice Reix 2023-05-14 08:35:22 +02:00 committed by jcamiel
parent 2f76f43cda
commit 64cf02f386
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
hurl ~~~
Features (libcurl): ~~~
Features (built-in): ~~~

View File

@ -0,0 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl --version

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl --version