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

This reverts commit d3545b0661. Since the
test is now using the temporary copy of the gpg homedir, it is no longer
owned by root.
This commit is contained in:
Dan Nicholson 2015-06-03 13:02:41 -07:00 committed by Colin Walters
parent e228e0f142
commit acf228e3c8
1 changed files with 0 additions and 6 deletions

View File

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