Searched refs:scratchdir (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Ddir-sgid.test14 todir="$scratchdir/$1"
19 $RSYNC -rvv "$scratchdir/dir" "$scratchdir/file" "$scratchdir/program" "$todir/to/"
26 echo "File!" >"$scratchdir/file"
27 echo "#!/bin/sh" >"$scratchdir/program"
28 mkdir "$scratchdir/dir"
29 chmod 2764 "$scratchdir/dir" || test_skipped "Can't chmod"
30 chmod 664 "$scratchdir/file"
31 chmod 775 "$scratchdir/progra
[all...]
H A Dtrimslash.test15 > "$scratchdir/slash.out"
16 diff $diffopt "$scratchdir/slash.out" - <<EOF
H A Dwildmatch.test16 "$TOOLDIR/wildtest" $opts "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
17 diff $diffopt "$scratchdir/wild.out" - <<EOF
H A Dchmod-option.test14 fromdir="$scratchdir/from"
15 todir="$scratchdir/to"
16 checkdir="$scratchdir/check"
56 cat >>"$scratchdir/test-rsyncd.conf" <<EOF
H A Drsync.fns21 tmpdir="$scratchdir"
35 HOME="$scratchdir"
221 conf="$scratchdir/test-rsyncd.conf"
225 pidfile="$scratchdir/rsyncd.pid"
226 logfile="$scratchdir/rsyncd.log"
253 path = $scratchdir
288 ln -s foo "$scratchdir/testlink"
293 if $cmd $switch "$scratchdir/testlink" 2>/dev/null
303 rm "$scratchdir/testlink"
H A Dduplicates.test32 outfile="$scratchdir/rsync.out"
H A Drelative.test16 outfile="$scratchdir/rsync.out"
H A Dhardlinks.test17 fromdir="$scratchdir/from"
18 todir="$scratchdir/to"
H A Dchmod-temp-dir.test17 sdev=`$TOOLDIR/getfsdev $scratchdir`
H A Ddevices.test12 chkfile="$scratchdir/rsync.chk"
13 outfile="$scratchdir/rsync.out"
H A Dbackup.test18 outfile="$scratchdir/rsync.out"
H A Dexclude.test83 excl="$scratchdir/exclude-from"
105 cat >"$scratchdir/.cvsignore" <<EOF
H A Ditemize.test15 chkfile="$scratchdir/rsync.chk"
16 outfile="$scratchdir/rsync.out"
/macosx-10.9.5/rsync-42/rsync/
H A Druntests.sh218 export scratchdir suitedir
221 [ -d "$scratchdir" ] && rm -rf "$scratchdir"
222 mkdir "$scratchdir"
224 $setfacl_nodef "$scratchdir" || true
225 chmod g-s "$scratchdir"
230 [ x"$preserve_scratch" != xyes ] && [ -d "$scratchdir" ] && rm -rf "$scratchdir"
241 scratchdir="$scratchbase.$testbase"
246 sh $RUNSHFLAGS "$testscript" >"$scratchdir/tes
[all...]

Completed in 95 milliseconds