mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 21:35:02 -05:00
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
|
arguments+=(--template-dir $testdir/$testcase/templates/first)
|
||
|
arguments+=(--template-dir $testdir/$testcase/templates/last)
|
||
|
expected_exitcode=0
|
||
|
|
||
|
IFS="" read -d '' expected_output <<'EOF'
|
||
|
EOF
|
||
|
|
||
|
IFS="" read -d '' expected_result <<'EOF'
|
||
|
pkgname=foo
|
||
|
pkgver=1
|
||
|
|
||
|
# template start; name=perl-module; version=1.0;
|
||
|
this should be included
|
||
|
# template end;
|
||
|
EOF
|