summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD')
-rw-r--r--test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD b/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD
new file mode 100644
index 00000000..645ea371
--- /dev/null
+++ b/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD
@@ -0,0 +1,9 @@
+pkgname=foo
+pkgver=1
+
+build() {
+# template boom; name=test
+perl Makefile.pl
+make
+# template end;
+}