1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/test/scripts/makepkg-template-tests/missing-template-file/testcase-config

15 lines
410 B
Plaintext
Raw Normal View History

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