From: Martin Pool Date: Thu, 30 Aug 2001 08:28:53 +0000 (+0000) Subject: fix bashism X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c13ad7ec4738990b45d7dc586f5b8e9931797fdd 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"