diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-12-21 15:48:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-11 09:58:24 +0100 |
commit | 107eabdfb34891824807f6dc9c1e40fb91c76c26 (patch) | |
tree | ec048c7508215a3924b67d78825cc4adc8371c6f /test | |
parent | 207ba1e05f79e30c1cbae84549311c8a1e370c93 (diff) | |
download | pacman-107eabdfb34891824807f6dc9c1e40fb91c76c26.tar.gz pacman-107eabdfb34891824807f6dc9c1e40fb91c76c26.tar.xz |
test makepkg-template: Add invalid-template-line-missing-name
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/makepkg-template-tests/invalid-template-line-missing-name/PKGBUILD | 1 | ||||
-rw-r--r-- | test/scripts/makepkg-template-tests/invalid-template-line-missing-name/testcase-config | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/PKGBUILD b/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/PKGBUILD new file mode 100644 index 00000000..d0a20c18 --- /dev/null +++ b/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/PKGBUILD @@ -0,0 +1 @@ +# template input; diff --git a/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/testcase-config b/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/testcase-config new file mode 100644 index 00000000..6bfda327 --- /dev/null +++ b/test/scripts/makepkg-template-tests/invalid-template-line-missing-name/testcase-config @@ -0,0 +1,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 |