1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-12 12:25:02 -05:00
pacman/test/scripts/makepkg-template-tests/name-charset-invalid/testcase-config
Florian Pritz 6201f6e5ac test makepkg-template: Add name-charset-invalid
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:24 +10:00

11 lines
275 B
Plaintext

arguments+=()
expected_exitcode=255
IFS="" read -d '' expected_output <<'EOF'
invalid chars used in name 'foo/'. allowed: [:alnum:]+_.@-
./makepkg-template-tests/name-charset-invalid/PKGBUILD:5: # template start; name=foo/
EOF
IFS="" read -d '' expected_result <<'EOF'
EOF