From: Wayne Davison Date: Thu, 24 Jun 2004 04:46:02 +0000 (+0000) Subject: Got rid of a couple unneeded assignments. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/beb227ddf1ea8392703430816e4d2ee6223edf83 Got rid of a couple unneeded assignments. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 951f0b73..a6ddd8c2 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -213,8 +213,6 @@ EOF build_symlinks() { - fromdir="$scratchdir/from" - todir="$scratchdir/to" mkdir "$fromdir" date >"$fromdir/referent" ln -s referent "$fromdir/relative"