summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/testcase-config
blob: 077a85c379feb1f86edcfccf5995b33927c50a35 (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'
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