Wayne Davison
b936741032
Added --atimes and --set-noatime options.
2020-04-23 13:24:15 -07:00
Wayne Davison
d29702134a
Spelling fixes from a Fossies run done by Jens.
2020-04-15 17:42:23 -07:00
Wayne Davison
0b67d5e396
Fix xattrs test on OS X.
2011-03-13 20:48:18 -07:00
Wayne Davison
8b6ebde1f3
Be clear on which part(s) of testsuite's checkit() failed.
2011-01-01 18:09:16 -08:00
Wayne Davison
8e7f3107a4
Avoid -u option to id since solaris doesn't support it.
2009-12-13 18:15:09 -08:00
Wayne Davison
aa381148a3
Fix the daemon test when running it as root.
2009-11-12 22:05:45 -08:00
Wayne Davison
2170667802
Make use of $suitedir.
2009-10-24 11:42:29 -07:00
Wayne Davison
7f367bb1b4
Added a way for supplementary groups to be specified in the rsyncd.conf
...
file. Also made explicitly-set uid/gid values no longer ignored by a
daemon that was not run by a super-user.
2009-02-19 23:08:48 -08:00
Wayne Davison
951e826b75
Added the --info=FLAGS an --debug=FLAGS options, which allows
...
fine-grained output control (in addition to the coarse -v).
2008-07-13 20:51:08 -07:00
Wayne Davison
844810d609
Avoid problems with timestamp rounding that cp -p and touch -r may do.
2008-06-17 15:59:47 -07:00
Wayne Davison
0e9c3564c6
Improved the daemon testing, including adding a test to ensure that
...
daemon excludes can't exclude a dot dir.
2008-05-31 14:52:24 -07:00
Wayne Davison
fc29efc38d
Use variables to hold the constant itemized strings so
...
that future changes are easier to make.
2008-02-27 17:57:29 -08:00
Wayne Davison
2d8f9b1df0
Ignore exit-code 23 when we expect a daemon-excluded file to be excluded.
2008-02-09 21:30:49 -08:00
Wayne Davison
9585b27678
Add a new daemon security option: "munge symlinks".
2007-11-27 07:34:59 -08:00
Wayne Davison
e73eed8563
Added more local-network IPs to the "hosts allow" rsyncd config
...
so that the FreeBSD machine in the compile farm can test.
2007-09-15 15:50:59 +00:00
Wayne Davison
9544261a45
Added weeding of "sending incremental file list" line to filter_outfile().
2007-09-03 19:52:35 +00:00
Wayne Davison
0eb05245f1
Authorize 10.0.1.2 for one of the BSD test-farm systems.
2007-04-28 17:22:53 +00:00
Wayne Davison
332cf6df7c
The --iconv option has now made it to the trunk.
2007-04-26 05:53:13 +00:00
Wayne Davison
d1798a2fda
Allow makepath to take multiple args.
2007-04-24 18:19:25 +00:00
Wayne Davison
db9c9e2766
Added arg-parsing to tls.c.
2007-04-24 07:52:45 +00:00
Wayne Davison
e525519509
Authorize the current host in the rsyncd.conf file in addition
...
to localhost and 127.0.0.1 (which will hopefully fix the failing
of the daemon tests on FreeBSD).
2006-05-30 18:26:17 +00:00
Wayne Davison
2ae4126a9e
Tweaked our test config file to include transfer logging that
...
includes %i, and to have a test-scratchdir module.
2006-05-02 17:11:42 +00:00
Wayne Davison
5ef8c5c6d4
Tweaked a function declaraion.
2006-02-04 19:27:07 +00:00
Wayne Davison
eace352b39
Improved check_perms() to work with a directory, to have better
...
output on error, and to call test_fail on error.
2006-02-03 17:54:18 +00:00
Wayne Davison
18d7e9f46e
Added a new function: check_perms().
2006-02-03 17:28:03 +00:00
Wayne Davison
757287d8a5
Moved the filter_outfile() function here since it was identical
...
in devices.test and itemize.test.
2006-01-30 08:11:50 +00:00
Wayne Davison
a98cad00eb
Set $HOME to $scratchdir so that our tests are not affected by
...
anything unexpected, such as a ~/.popt file.
2006-01-26 21:22:57 +00:00
Wayne Davison
db10766ab2
One expansion of $srcdir wasn't double-quoted.
2005-06-10 20:04:11 +00:00
Wayne Davison
30688bf11b
If checkit is passed a 4th arg, skip the file-diffing step.
...
This is used by the devices.test script.
2005-02-21 07:26:59 +00:00
Wayne Davison
22558cdd7e
Improved checkit() and rsync_ls_lR() to work with filenames that
...
might have spaces.
2005-02-12 20:25:12 +00:00
Wayne Davison
a7a1cc2c75
Make sure that /etc and /bin actually are readable before we try
...
to list them.
2004-09-16 17:16:36 +00:00
Wayne Davison
e344209582
Added even more double-quoting.
2004-07-22 03:23:04 +00:00
Wayne Davison
beb227ddf1
Got rid of a couple unneeded assignments.
2004-06-24 04:46:02 +00:00
Wayne Davison
6f481bb0e0
- Use fromdir, todir, and tmpdir instead of FROM, TO, and TMP.
...
- Added chkdir.
- Quote the dir expansions to avoid problems with spaces.
- Added "exclude = foobar.baz" the the rsync.conf file we create.
2004-05-18 00:41:55 +00:00
Wayne Davison
eddeaf76f8
Set the "max verbosity" global to 9.
2004-02-04 07:32:48 +00:00
Wayne Davison
84229c7ac9
We now figure out if diff accepts -u and we'll use it instead of -c,
...
if possible.
2003-07-05 22:57:08 +00:00
Wayne Davison
7ca9250db0
Changed "diff -u" back to "diff -c" (for portability).
2003-07-05 07:09:31 +00:00
Wayne Davison
d3e6fd3910
Changed "diff -c" to "diff -u".
2003-07-04 23:56:59 +00:00
David Dykstra
3884317181
Change the default of --modify-window back to 0 on Cygwin.
2003-01-28 03:11:57 +00:00
David Dykstra
59af13651b
Move the sleep to workaround the default modify-window of 1 on Cygwin to
...
the beginning of "checkit" rather than the end of "hands_setup" because
sometimes files are modified just before checkit is called and the copy
finishes within one second so they're considered to be the same time.
I don't think this would be a problem in real life, so just change the
test.
2003-01-27 04:41:30 +00:00
David Dykstra
7508b795bf
Tests that use hands_setup to make a test file directory and right
...
afterward make a copy were failing on cygwin because the default
--modify-windows now 1 on Cygwin. Adding a 2 second sleep at the end of
hands_setup so that hopefully the tests will succeed because the copy
will be made more than 1 second away from the original.
2003-01-26 03:34:19 +00:00
Wayne Davison
76ee1d18bf
Don't try to run daemon tests as "nobody".
2003-01-25 03:46:57 +00:00
Wayne Davison
34db05b421
Put the UID and GID that rsyncd will run as into variables.
2003-01-21 19:28:29 +00:00
David Dykstra
ad301e487c
Skip the longdir test if the long directory can't even be created, such as
...
on cygwin (maybe only on certain filesystems?).
2003-01-10 15:06:10 +00:00
Martin Pool
cca4e06786
Get rid of testlink after use.
2002-04-05 07:00:53 +00:00
Martin Pool
e553d27f41
Fix suggested by Jos for hands.test. Some of the functionality
...
previously built into Phil's test was clashing with the runtests.sh
framework. I think one of the core problems might be that scripts
which don't explicitly "exit 0" have return codes which vary depending
on the particular shell. (c.f. the autoconf portability guide.)
This might break the Debian test suite but I'm afraid I don't know
enough about how it works yet. Hopefully eventually it can become
just a wrapper around our 'make check'.
2002-03-26 10:28:57 +00:00
Martin Pool
d1239eae92
Jos points out that test -L is still broken on Solaris. Now we try up
...
front to detect a command that will work properly, and use that
consistently.
Also, in test report, show setting of $preserve_scratch.
Reset version.
2002-03-26 01:25:47 +00:00
Martin Pool
dfef3f1099
Change chgrp.test to use our getgroups rather than the system's.
2002-03-25 03:01:37 +00:00
Martin Pool
77867907ed
Doc permissions while testing.
2002-03-22 06:22:53 +00:00
Martin Pool
98c1b32565
Rather than literally "nobody", try using uid/gid = 65534 as
...
"nobody". The existing code kind-of assumes this.
2002-03-22 06:12:51 +00:00