mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-09 12:58:38 +03:00
tests/libtest.sh: Add skip_without_sign_ed25519() function
Signed-off-by: Frédéric Danis <frederic.danis@collabora.com>
This commit is contained in:
parent
c98a993c99
commit
96bcc25632
@ -700,6 +700,12 @@ has_sign_ed25519 () {
|
||||
return ${ret}
|
||||
}
|
||||
|
||||
skip_without_sign_ed25519() {
|
||||
if ! has_sign_ed25519; then
|
||||
skip "no ed25519 support compiled in"
|
||||
fi
|
||||
}
|
||||
|
||||
# Keys for ed25519 signing tests
|
||||
ED25519PUBLIC=
|
||||
ED25519SEED=
|
||||
|
Loading…
x
Reference in New Issue
Block a user