]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:test_smbclient_basic.sh: make use of $ADDARGS
authorStefan Metzmacher <metze@samba.org>
Mon, 26 Jun 2017 08:40:50 +0000 (10:40 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 27 Jun 2017 14:57:42 +0000 (16:57 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/script/tests/test_smbclient_basic.sh

index 90e579b68e914e4cdbed2122095af05f325e3cda..4411604ba579b812b018fcf1cb0bab60fbf8b95a 100755 (executable)
@@ -27,7 +27,7 @@ test_smbclient() {
        shift
        shift
        echo "test: $name"
-       $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" $@
+       $VALGRIND $smbclient $CONFIGURATION //$SERVER/tmp -c "$cmd" ${ADDARGS} $@
        status=$?
        if [ x$status = x0 ]; then
                echo "success: $name"