blob: fe38d6596430025cd3ebf8259608832fbab3f9ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|