mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 12:05:32 +03:00
Add stdin.ps1 to integration tests
This commit is contained in:
parent
b98821c5ca
commit
949e1370b0
3
integration/tests_ok/stdin.ps1
Executable file
3
integration/tests_ok/stdin.ps1
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
Set-StrictMode -Version latest
|
||||||
|
$ErrorActionPreference = 'Stop'
|
||||||
|
echo "GET http://localhost:8000/hello" | hurl
|
Loading…
Reference in New Issue
Block a user