test makepkg-template: Add missing-template-symlink

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2014-12-21 15:48:57 +01:00 committed by Allan McRae
parent 17ad845c41
commit 4dd9ccbc78
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
pkgname=foo
pkgver=1
build() {
# template start; name=perl-module;
# template end;
}

View File

@ -0,0 +1 @@
this should not be included

View File

@ -0,0 +1,9 @@
arguments+=()
expected_exitcode=255
IFS="" read -d '' expected_output <<'EOF'
Couldn't detect version for template 'perl-module'
EOF
IFS="" read -d '' expected_result <<'EOF'
EOF