From: Martin Pool Date: Thu, 30 Aug 2001 08:28:53 +0000 (+0000) Subject: fix bashism X-Git-Tag: mbp_bk_export0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13ad7ec4738990b45d7dc586f5b8e9931797fdd;p=thirdparty%2Frsync.git fix bashism --- diff --git a/testsuite/daemon.test b/testsuite/daemon.test index 7afe16e1..028fc788 100644 --- a/testsuite/daemon.test +++ b/testsuite/daemon.test @@ -22,7 +22,7 @@ # TODO: Put the common framework in a common file, so that we can have # subtests fail and keep going. -source "$suitedir/rsync.fns" +. "$suitedir/rsync.fns" # Build an appropriate configuration file conf="$scratchdir/test-rsyncd.conf"