mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Add version integ test
This commit is contained in:
parent
2f76f43cda
commit
64cf02f386
3
integration/tests_ok/version.out.pattern
Normal file
3
integration/tests_ok/version.out.pattern
Normal file
@ -0,0 +1,3 @@
|
||||
hurl ~~~
|
||||
Features (libcurl): ~~~
|
||||
Features (built-in): ~~~
|
3
integration/tests_ok/version.ps1
Normal file
3
integration/tests_ok/version.ps1
Normal file
@ -0,0 +1,3 @@
|
||||
Set-StrictMode -Version latest
|
||||
$ErrorActionPreference = 'Stop'
|
||||
hurl --version
|
3
integration/tests_ok/version.sh
Executable file
3
integration/tests_ok/version.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
hurl --version
|
Loading…
Reference in New Issue
Block a user