Got rid of a couple unneeded assignments.
authorWayne Davison <wayned@samba.org>
Thu, 24 Jun 2004 04:46:02 +0000 (04:46 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 24 Jun 2004 04:46:02 +0000 (04:46 +0000)
testsuite/rsync.fns

index 951f0b7..a6ddd8c 100644 (file)
@@ -213,8 +213,6 @@ EOF
 
 
 build_symlinks() {
-    fromdir="$scratchdir/from"
-    todir="$scratchdir/to"
     mkdir "$fromdir"
     date >"$fromdir/referent"
     ln -s referent "$fromdir/relative"