mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-13 21:05:05 -05:00
207ba1e05f
Signed-off-by: Florian Pritz <bluewind@xinu.at>
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
arguments+=()
|
|
expected_exitcode=255
|
|
|
|
# set IFS="" if you want trailing new lines, otherwise remove it
|
|
IFS="" read -d '' expected_output <<'EOF'
|
|
invalid key/value pair
|
|
./makepkg-template-tests/invalid-key/PKGBUILD:1: # template input; []³|>=bar;
|
|
EOF
|
|
|
|
IFS="" read -d '' expected_result <<'EOF'
|
|
EOF
|