mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-25 18:50:44 +03:00
Merge 6a053c19eb910aaf8e09ab957e3e397a7917e849 into b3adfa83ab61682dec6c3834678ca2e9eae43e03
This commit is contained in:
commit
148e485200
@ -24,6 +24,12 @@ set -euo pipefail
|
||||
skip_without_fuse
|
||||
skip_without_user_xattrs
|
||||
|
||||
user=$(env | grep USER | cut -d "=" -f 2)
|
||||
if [ "$user" != "root" ]
|
||||
then
|
||||
skip "user:$user does not support running the test case"
|
||||
fi
|
||||
|
||||
echo "1..1"
|
||||
|
||||
# Run "triggers" like ldconfig, gtk-update-icon-cache, etc.
|
||||
|
Loading…
x
Reference in New Issue
Block a user