This commit is contained in:
zhrf2020 2024-12-20 14:43:42 -05:00 committed by GitHub
commit f7fc8add91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"