Fixed the argv munging to work properly regardless of whether the
[rsync.git] / testsuite /
2004-06-24 Wayne DavisonGot rid of a couple unneeded assignments.
2004-05-24 Wayne Davison- Properly quote the $excl references.
2004-05-22 Wayne DavisonMoved a couple lines.
2004-05-21 Wayne DavisonTell rsync to preserve permissions.
2004-05-18 Wayne DavisonAdded a little more quoting.
2004-05-18 Wayne Davison- Use fromdir, todir, and tmpdir instead of FROM, TO...
2004-05-18 Wayne DavisonTest that a config-file-specified exclude works right.
2004-05-18 Wayne DavisonQuote the dir expansions to avoid problems with spaces.
2004-05-18 Wayne Davison- Use fromdir and todir instead of FROM and TO.
2004-05-18 Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18 Wayne DavisonUse $suitedir to find rsync.fns.
2004-05-18 Wayne Davison- Use $suitedir to find rsync.fns.
2004-05-18 Wayne Davison- Use $suitedir to find rsync.fns.
2004-04-30 Wayne DavisonDon't rely on the local shell's wildcard expansion...
2004-04-14 Wayne DavisonImproved the exclude testing by adding tests that exerc...
2004-04-09 Wayne DavisonAdded a couple extra character devices to be copied.
2004-03-29 Wayne DavisonTry to avoid running on a system that allows us to...
2004-02-05 Wayne DavisonNow that the long-standing chgrp bug is fixed, go back...
2004-02-04 Wayne DavisonImproved the trailing comment.
2004-02-04 Wayne DavisonSet the "max verbosity" global to 9.
2004-02-04 Wayne DavisonTurned on 4 -v options for some build-farm testing.
2004-02-04 Wayne DavisonTemporarily switch to 4 -v options.
2004-02-03 Wayne DavisonAdded some temporary code to try to figure out what...
2004-01-28 Wayne DavisonOK, "find ... -print0 | xargs -0 ..." wasn't portable...
2004-01-28 Wayne DavisonGot rid of indeterminacy in the overlapping-files.
2004-01-27 Wayne DavisonNew test to make sure that merging files from multiple...
2004-01-22 Wayne DavisonRemoved an obsolete comment.
2004-01-09 J.W. SchultzAdded a few more devices to the devices.test to hopefully
2004-01-08 Wayne DavisonPass the $srcdir/wildtest.txt file on the command-line...
2003-07-06 Wayne DavisonAdded match for new "no errors" line from wildtest.
2003-07-05 Wayne DavisonWe now figure out if diff accepts -u and we'll use...
2003-07-05 Wayne DavisonChanged "diff -u" back to "diff -c" (for portability).
2003-07-05 Wayne DavisonTest the new wildmatch() routine using the wildtest...
2003-07-04 Wayne DavisonChanged "diff -c" to "diff -u".
2003-05-01 Wayne DavisonChanged the expected results to match the new bug-fixed...
2003-04-23 Wayne DavisonChanged one part of the exclude-test setup to test...
2003-04-22 Wayne DavisonTest various exclude/include patterns.
2003-04-22 Wayne DavisonChanged test_xfail to test_fail.
2003-04-22 Wayne DavisonFixed a problem with the test code and enabled it ...
2003-02-19 Paul GreenApply patch from Steve Bonds to repair this test.
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-27 David DykstraMove the sleep to workaround the default modify-window...
2003-01-26 David DykstraTests that use hands_setup to make a test file director...
2003-01-25 Wayne DavisonDon't try to run daemon tests as "nobody".
2003-01-25 Wayne DavisonGetting rid of recent "chown" since we decided to foreg...
2003-01-21 Wayne DavisonMoved the chown from the download test to the upload...
2003-01-21 Wayne DavisonChown the $TO and $FROM directories to $RSYNCD_UID...
2003-01-21 Wayne DavisonChown the $TO and $FROM directories to $RSYNCD_UID...
2003-01-21 Wayne DavisonPut the UID and GID that rsyncd will run as into variables.
2003-01-20 David DykstraAdd unsafe-byname tests with symlink destinations endin...
2003-01-15 David DykstraFix bug in --copy-unsafe that made it totally broken...
2003-01-11 Wayne DavisonYet another try at getting this to skip on cygwin.
2003-01-11 Wayne DavisonHopefully this version will skip correctly on cygwin.
2003-01-11 Wayne DavisonTry a different tact to get cygwin to skip this test.
2003-01-10 David DykstraThe call to test_skipped if makepath failed didn't...
2003-01-10 David DykstraSkip the longdir test if the long directory can't even...
2002-12-24 Jos BackusChange all relevant occurrences of ``rsync'' and `...
2002-11-05 Jos BackusFix the chgrp and hardlinks tests by running $RSYNC...
2002-04-09 Martin PoolDoc
2002-04-08 Martin Poolcorrect behaviour is unclear
2002-04-08 Martin PoolCleanup
2002-04-08 Martin PoolAdd more test cases.
2002-04-08 Martin PoolAdd more test cases.
2002-04-08 Martin PoolA test suite that calls unsafe_symlink() directly to...
2002-04-05 Martin PoolTest more permutations.
2002-04-05 Martin PoolFix filenames.
2002-04-05 Martin PoolGet rid of testlink after use.
2002-04-05 Martin PoolTest case for --copy-unsafe-links, contributed by Vladi...
2002-03-26 Martin PoolShell scripts should explicitly "exit 0" for portabilit...
2002-03-26 Martin PoolFix suggested by Jos for hands.test. Some of the funct...
2002-03-26 Martin PoolJos points out that test -L is still broken on Solaris...
2002-03-25 Martin PoolAdd a test case for trim_trailing_slashes, and make...
2002-03-25 Martin PoolChange chgrp.test to use our getgroups rather than...
2002-03-22 Martin PoolDoc permissions while testing.
2002-03-22 Martin PoolRather than literally "nobody", try using uid/gid ...
2002-03-22 Martin PoolBetter messages.
2002-03-22 Martin PoolProper messages for skipped tests.
2002-03-22 Martin PoolIf tests are skipped, explain why.
2002-03-22 Martin PoolDoc about checkit.
2002-03-22 Martin PoolUse `id -G` rather than `groups` to get a list of group...
2002-03-15 Martin PoolTypo.
2002-03-15 Martin PoolOn Solaris, put /usr/ucb/bin at the end of the path...
2002-03-15 Martin PoolTry to handle 'test -L' on Sun.
2002-03-12 Martin PoolClarify behaviour of installcheck.
2002-03-12 Martin PoolRename to README.testsuite, and bring it up to date.
2002-03-12 Martin PoolTry to download a tree over a compressed connection...
2002-03-12 Martin PoolThis test tries to upload a file over a compressed...
2002-03-12 Martin PoolFix generated rsyncd.conf file for testing.
2002-02-18 Martin PoolChange shell syntax to try to please Solaris
2002-02-18 Martin PoolSolaris does not have diff -u.
2002-02-18 Martin PoolThis test must specify --times because it compares...
2002-02-09 Martin PoolAdd a test that --owner correctly propagates ownership...
2002-02-09 Martin PoolAdd a test that --group correctly propagates groups...
2002-01-25 Martin PoolAdd test case for device nodes. This test will be...
2002-01-25 Martin PoolWhen comparing directories, use `find .` to call diff...
2002-01-25 Martin PoolAdd test_skipped function.
2002-01-24 Martin PoolTry to fix error on Solaris:
2002-01-23 Martin PoolSkip this for now; it's a known bug
2002-01-11 Martin PoolWhen checking what was copied, use specific -d -f ...
2002-01-11 Martin PoolThe current version of rsync is expected to fail to...
next