blob: 66267d3b09e78d1832ac0451c158b0a318481073 (
plain)
1
2
3
4
5
6
7
8
9
|
arguments+=()
expected_exitcode=0
# set IFS="" if you want trailing new line(s), otherwise remove it
IFS="" read -d '' expected_output <<'EOF'
EOF
IFS="" read -d '' expected_result <<'EOF'
EOF
|