1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/testcase-config
Florian Pritz dfacd8473e test makepkg-template: Add invalid-template-line-unknown-marker
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:24 +10:00

12 lines
327 B
Plaintext

arguments+=()
expected_exitcode=255
# set IFS="" if you want trailing new lines, otherwise remove it
IFS="" read -d '' expected_output <<'EOF'
Unknown template marker 'boom'
./makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD:5: # template boom; name=test
EOF
IFS="" read -d '' expected_result <<'EOF'
EOF