2014-12-21 15:48:57 +01:00
|
|
|
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'
|
2015-04-23 16:41:46 +02:00
|
|
|
Failed to find template file matching 'perl-module-1.0.template'
|
2014-12-21 15:48:57 +01:00
|
|
|
EOF
|
|
|
|
|
|
|
|
IFS="" read -d '' expected_result <<'EOF'
|
|
|
|
EOF
|