X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/18d7e9f46ec2ee625bfa18c417e5fd89cdd0621c..1c60d219472b3de0080cda807b014d011e3b5ccb:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index a1902b70..115ae6bc 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -70,7 +70,13 @@ rsync_ls_lR() { } check_perms() { - "$TOOLDIR/tls" "$1" | grep "^-$2" >/dev/null + perms=`"$TOOLDIR/tls" "$1" | sed 's/^[-d]\(.........\).*/\1/'` + if test $perms = $2; then + return 0 + fi + echo "permissions: $perms on $1" + echo "should be: $2" + test_fail "failed test $3" } rsync_getgroups() { @@ -138,7 +144,7 @@ hands_setup() { #################### # Many machines do not have "mkdir -p", so we have to build up long paths. # How boring. -makepath () { +makepath() { echo " makepath $1" p="$1" ( @@ -218,17 +224,19 @@ build_rsyncd_conf() { port=2612 pidfile="$scratchdir/rsyncd.pid" logfile="$scratchdir/rsyncd.log" + hostname=`uname -n` cat >"$conf" <