summaryrefslogtreecommitdiff
path: root/testsuite/daemon.test
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-08-30 08:28:53 +0000
committerMartin Pool <mbp@samba.org>2001-08-30 08:28:53 +0000
commitc13ad7ec4738990b45d7dc586f5b8e9931797fdd (patch)
tree7b6133a1c4600665f74b247cbb54a75e697736a3 /testsuite/daemon.test
parentd2094cc33dd87229f453176918e4ae2c2536f88e (diff)
downloadrsync-c13ad7ec4738990b45d7dc586f5b8e9931797fdd.tar.gz
fix bashism
Diffstat (limited to 'testsuite/daemon.test')
-rw-r--r--testsuite/daemon.test2
1 files changed, 1 insertions, 1 deletions
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"