From d3545b0661f3247cd8c106e64a71052ce9952243 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 2 Apr 2015 14:21:52 +0200 Subject: [PATCH] tests: skip test-commit-sign.sh when not root Signed-off-by: Giuseppe Scrivano --- tests/test-commit-sign.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test-commit-sign.sh b/tests/test-commit-sign.sh index 78483247..01a3a2ed 100755 --- a/tests/test-commit-sign.sh +++ b/tests/test-commit-sign.sh @@ -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"