[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Sat Oct 14 04:03:02 UTC 2017


The branch, master has been updated
       via  7abf0ac selftest: prevent interpretation of escape sequences in test_give_owner.sh
      from  5f52a0f s4/torture: vfs_fruit: test xattr unpacking

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7abf0acef48cb585fa8e5666fd4c27692b9c8ae3
Author: Ralph Boehme <slow at samba.org>
Date:   Fri Oct 13 14:32:58 2017 +0200

    selftest: prevent interpretation of escape sequences in test_give_owner.sh
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=7933
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Sat Oct 14 06:02:50 CEST 2017 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/script/tests/test_give_owner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/test_give_owner.sh b/source3/script/tests/test_give_owner.sh
index c8f437e..7ee3734 100755
--- a/source3/script/tests/test_give_owner.sh
+++ b/source3/script/tests/test_give_owner.sh
@@ -72,7 +72,7 @@ add_ace() {
     local fname=$2
     local ace=$3
 
-    local_ace=$(echo $ace | sed 's|\\|/|')
+    local_ace=$(printf '%s' "$ace" | sed 's|\\|/|')
 
     # avoid duplicate
     out=$($SMBCACLS //$SERVER/$share $fname -U $USERNAME%$PASSWORD)


-- 
Samba Shared Repository



More information about the samba-cvs mailing list