1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

testprogs: Do not export UID_WRAPPER_ROOT in test_samba-tool_ntacl.sh

There is not need for root here.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-03-27 10:03:50 +02:00 committed by Andrew Bartlett
parent 3b612dc64a
commit 1fb0b3684e

View File

@ -27,9 +27,6 @@ new_acl_without_padding=$(echo -n "$new_acl" | perl -p -e 's/0x00/0x/g')
. $(dirname $0)/subunit.sh
UID_WRAPPER_ROOT=1
export UID_WRAPPER_ROOT
test_get_acl()
{
testfile="$1"