X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/757287d8a58ee962933a77590117344076237587..db9c9e27660be8672abf55886ff7226abd21004f:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 80c218dd..19cfb70a 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -65,9 +65,18 @@ printmsg() { echo "$1" } - rsync_ls_lR() { - find "$@" -print | sort | sed 's/ /\\ /g' | xargs "$TOOLDIR/tls" + find "$@" -print | sort | sed 's/ /\\ /g' | xargs "$TOOLDIR/tls" $TLS_ARGS +} + +check_perms() { + 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() { @@ -135,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" ( @@ -215,17 +224,19 @@ build_rsyncd_conf() { port=2612 pidfile="$scratchdir/rsyncd.pid" logfile="$scratchdir/rsyncd.log" + hostname=`uname -n` cat >"$conf" <