mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/026: This test doesn't require runas
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
3832affdc9
commit
733f096c9c
@@ -29,7 +29,6 @@ echo "QA output created by $seq"
|
||||
|
||||
here=`pwd`
|
||||
tmp=/tmp/$$
|
||||
runas=$here/src/runas
|
||||
status=1 # FAILure is the default!
|
||||
trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
|
||||
@@ -54,8 +53,6 @@ _acl_setup_ids
|
||||
_require_acls
|
||||
_require_acl_get_max
|
||||
|
||||
[ -x $runas ] || _notrun "$runas executable not found"
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
# get dir
|
||||
|
||||
Reference in New Issue
Block a user