tests: skip test-commit-sign.sh when not root

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2015-04-02 14:21:52 +02:00
parent d0278b6407
commit d3545b0661
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ if ! ${CMD_PREFIX} ostree --version | grep -q -e '\+gpgme'; then
exit 77
fi
# Skip the test when non-root as gpgme would not read files owned by
# another user.
if test "$(id -i)" != "0"; then
exit 77
fi
. $(dirname $0)/libtest.sh
keyid="472CDAFA"