mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 12:25:02 -05:00
6201f6e5ac
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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
|