mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 13:25:09 -05:00
11 lines
275 B
Plaintext
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
|