mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-24 16:02:23 +00:00
tests: abuild-keygen: test PACKAGER set
This commit is contained in:
parent
b4816004a1
commit
5f15ae8360
@ -28,8 +28,8 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "abuild-keygen: --append option" {
|
||||
$ABUILD_KEYGEN --append -n
|
||||
grep ^PACKAGER_PRIVKEY= "$ABUILD_USERDIR"/abuild.conf
|
||||
PACKAGER="Test User <user@example.com>" $ABUILD_KEYGEN --append -n
|
||||
grep '^PACKAGER_PRIVKEY=.*user@example.com' "$ABUILD_USERDIR"/abuild.conf
|
||||
}
|
||||
|
||||
@test "abuild-keygen: --install option fails without SUDO" {
|
||||
|
Loading…
Reference in New Issue
Block a user