From 17ad845c41c5713ca62e6cea47948a82a2d601a1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Dec 2014 15:48:57 +0100 Subject: test makepkg-template: Add missing-template-file Signed-off-by: Florian Pritz --- test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD (limited to 'test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD') diff --git a/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD b/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD new file mode 100644 index 00000000..dbfda1dd --- /dev/null +++ b/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD @@ -0,0 +1,7 @@ +pkgname=foo +pkgver=1 + +build() { +# template start; name=perl-module; version=1.0; +# template end; +} -- cgit v1.2.3-24-g4f1b