blob: 6bfda3271357409712f4bc2220f3d73857cdb51e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|