mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-10 07:09:42 -04:00
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
|