summaryrefslogtreecommitdiff
path: root/tests/07_dir_add_remove.sh
Commit message (Collapse)AuthorAgeFilesLines
* Conversion of tbdiff directory testsBen Brown2013-11-051-41/+0
| | | | | | Disabled (renamed) old tests that have been converted Removed compilation instruction for symtime.c from README
* Restructured tests so mandatory delay between source and targetRichard Maw2011-10-141-2/+5
| | | | | | directories can be inserted, to ensure mtime is not equal now dir_add_remove fails because the mtime of the directory changed after a file in it was altered
* Altered tests to check for sticky and setgid bits on directoriesRichard Maw2011-10-101-10/+16
|
* Removed bashisms from test scripts, so sh should be able to run themRichard Maw2011-10-061-2/+2
| | | | | | The temporary test directory is now made using mktemp -d instead of using uuid mktemp comes with coreutils, uuid does not, and mktemp makes the directory for you.
* Enhance dir add remove testAlberto Ruiz2011-10-041-6/+9
|
* Added directory testsAlberto Ruiz2011-10-041-0/+29