mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
d5f703729f
Signed-off-by: Florian Pritz <bluewind@xinu.at>
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
arguments+=()
|
|
expected_exitcode=255
|
|
|
|
IFS="" read -d '' expected_output <<'EOF'
|
|
Couldn't detect version for template 'template-without_version'
|
|
EOF
|
|
|
|
IFS="" read -d '' expected_result <<'EOF'
|
|
EOF
|