summaryrefslogtreecommitdiff
path: root/yarns/create-deploy.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Scenarios testing extended attributes on file systems that support themBen Brown2013-12-181-0/+73
|
* Add newlines to increase readabilityBen Brown2013-12-171-0/+59
|
* Socket scenarios addedBen Brown2013-12-161-3/+44
|
* Chardev and blockdev scenarios addedBen Brown2013-11-191-10/+55
|
* Modified yarn to be more readable, IMPLEMENTS made "cleaner"Ben Brown2013-11-141-176/+172
|
* Conversion of tbdiff directory testsBen Brown2013-11-051-126/+217
| | | | | | Disabled (renamed) old tests that have been converted Removed compilation instruction for symtime.c from README
* Added symlink scenarios and a C program that changes the mtimes of symlinks.Ben Brown2013-11-011-73/+142
|
* Conversion of fifo tbdiff tests to yarnBen Brown2013-10-281-46/+94
| | | | Also changed the time of last modification scenarios to use timestamps.
* Conversion of tbdiff test '00_regular_file_diff.sh' to yarnBen Brown2013-10-251-4/+98
|
* Add new Yarn based test suiteBen Brown2013-10-241-0/+40
This introduces a yarn which demonstrates testing tbdiff. Also included is a shell library to assist with writing yarn based tests, a script for running the test suite and a simple README for executing the tests.