blob: 8f4c8b88fad0c22508fad0785e8ac358ac161344 (
plain)
| 1
2
3
4
5
6
7
8
9
 | arguments+=()
expected_exitcode=2
IFS="" read -d '' expected_output <<'EOF'
Failed to find template file matching 'perl-module.template'
EOF
IFS="" read -d '' expected_result <<'EOF'
EOF
 |