1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-12 12:25:02 -05:00
pacman/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/testcase-config
Florian Pritz 107eabdfb3 test makepkg-template: Add invalid-template-line-missing-name
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:24 +10:00

12 lines
333 B
Plaintext

arguments+=()
expected_exitcode=255
# set IFS="" if you want trailing new lines, otherwise remove it
IFS="" read -d '' expected_output <<'EOF'
invalid template line: can't find template name
./makepkg-template-tests/invalid-template-line-missing-name/PKGBUILD:1: # template input;
EOF
IFS="" read -d '' expected_result <<'EOF'
EOF