mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:test_acl_xattr.sh: allow passing additional arguments for smbclient and smbcacls
This will make it possible to test with -mNT1 as well as -mSMB3 in a following patch. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
be036d11e6
commit
f691afecb7
@ -15,8 +15,10 @@ PASSWORD="$3"
|
||||
PREFIX="$4"
|
||||
SMBCLIENT="$5"
|
||||
SMBCACLS="$6"
|
||||
SMBCLIENT="$VALGRIND ${SMBCLIENT}"
|
||||
SMBCACLS="$VALGRIND ${SMBCACLS}"
|
||||
shift 6
|
||||
ADDARGS="$*"
|
||||
SMBCLIENT="$VALGRIND ${SMBCLIENT} ${ADDARGS}"
|
||||
SMBCACLS="$VALGRIND ${SMBCACLS} ${ADDARGS}"
|
||||
|
||||
incdir=`dirname $0`/../../../testprogs/blackbox
|
||||
. $incdir/subunit.sh
|
||||
|
Loading…
Reference in New Issue
Block a user