mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
ca5af32b99
Signed-off-by: Florian Pritz <bluewind@xinu.at>
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
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
|