mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
bd2473797e
Signed-off-by: Florian Pritz <bluewind@xinu.at>
20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
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
|