1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-14 13:25:09 -05:00
pacman/test/scripts/makepkg-template-tests/name-charset-valid/testcase-config

20 lines
320 B
Plaintext
Raw Normal View History

arguments+=()
expected_exitcode=0
_setup_testcase() {
ln -sr "templates/"{foo\@-_.+a-1.template,foo\@-_.+a.template}
}
IFS="" read -d '' expected_output <<'EOF'
EOF
IFS="" read -d '' expected_result <<'EOF'
pkgname=foo
pkgver=1
build() {
# template start; name=foo@-_.+a; version=1;
42 cookies
# template end;
}
EOF