mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
Compare commits
2 Commits
f7fc8add91
...
c1b6b3ae0e
Author | SHA1 | Date | |
---|---|---|---|
|
c1b6b3ae0e | ||
|
d316ec8602 |
@ -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
|
||||
|
||||
setup_test_repository "bare"
|
||||
|
||||
echo "1..13"
|
||||
|
Loading…
Reference in New Issue
Block a user