summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/missing-template-file/testcase-config
blob: bdfde40df499589e069fefd916e528b54563842d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
arguments+=()
expected_exitcode=2

_setup_testcase() {
	ln -sr "templates/"{perl-module-1.0.template,perl-module.template}
}

# set IFS="" if you want trailing new lines, otherwise remove it
IFS="" read -d '' expected_output <<'EOF'
failed to open './makepkg-template-tests/missing-template-file/templates/perl-module-1.0.template': No such file or directory
EOF

IFS="" read -d '' expected_result <<'EOF'
EOF