The branch, master has been updated
       via  afc81e0 tests: Replace realpath with the more available 'readlink 
-f'
      from  a5e349a docs: Add manpage for cifsdd

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


- Log -----------------------------------------------------------------
commit afc81e08a2b6e8b68022854aaa7c8c2a44109894
Author: Adrian Cochrane <[email protected]>
Date:   Wed Feb 17 12:43:51 2016 +1300

    tests: Replace realpath with the more available 'readlink -f'
    
    The deprecation of the Debian realpath caused issues on one of the
    machines we attempted to build on.
    
    Signed-off-by: Adrian Cochrane <[email protected]>
    Reviewed-by: Garming Sam <[email protected]>
    Reviewed-by: Uri Simchoni <[email protected]>
    
    Autobuild-User(master): Garming Sam <[email protected]>
    Autobuild-Date(master): Fri Feb 19 04:43:50 CET 2016 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/test_dfree_quota.sh 
b/source3/script/tests/test_dfree_quota.sh
index 6240b56..2579255 100755
--- a/source3/script/tests/test_dfree_quota.sh
+++ b/source3/script/tests/test_dfree_quota.sh
@@ -72,7 +72,7 @@ ABC
 setup_1_conf() {
     conf_name="$1"
     subdir="$2"
-    absdir=`realpath $WORKDIR/$subdir`
+    absdir=`readlink -f $WORKDIR/$subdir`
     conf_lines | sed -rn "s/^$conf_name:(.*)/\1/p" | tr ":" "\n" | \
     awk  -F '=' -v atdir=$absdir 'NF==1 {section=$1} NF==2 {sub(/\s*$/, "", 
$1); printf "\tfake_dfq:%s/%s/%s =%s\n", section, $1, atdir, $2}'
 }


-- 
Samba Shared Repository

Reply via email to