Don't let stderr fail the fwupdmgr-p2p test

This commit is contained in:
Mario Limonciello 2022-02-18 11:30:00 -06:00 committed by Mario Limonciello
parent f301aabd45
commit fbac66b964

View File

@ -1,6 +1,8 @@
#!/bin/sh
set -e
exec 2>&1
# only run as root, possibly only in CI
if [ "$(id -u)" -ne 0 ]; then exit 0; fi