mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
set -Eeuo pipefail
|
|
rm -f tests_ok/output.bin
|
|
hurl --output tests_ok/output.bin tests_ok/output.hurl
|
|
cat tests_ok/output.bin
|