From: Wayne Davison Date: Thu, 26 Jan 2006 21:22:57 +0000 (+0000) Subject: Set $HOME to $scratchdir so that our tests are not affected by X-Git-Tag: v2.6.7pre1~169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a98cad00ebc2f4395fbd35ab9ea01f239b068e24;p=thirdparty%2Frsync.git Set $HOME to $scratchdir so that our tests are not affected by anything unexpected, such as a ~/.popt file. --- diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 7c44d591..5010f732 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -32,6 +32,9 @@ else diffopt="-c" fi +HOME="$scratchdir" +export HOME + runtest() { echo $ECHO_N "Test $1: $ECHO_C" if eval "$2"