summaryrefslogtreecommitdiff
path: root/yarns
Commit message (Collapse)AuthorAgeFilesLines
* Scenarios testing extended attributes on file systems that support themBen Brown2013-12-182-0/+83
|
* Add newlines to increase readabilityBen Brown2013-12-171-0/+59
|
* Socket scenarios addedBen Brown2013-12-161-3/+44
|
* Added C program which creates named Unix socketsBen Brown2013-12-161-0/+42
|
* 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-052-141/+217
| | | | | | Disabled (renamed) old tests that have been converted Removed compilation instruction for symtime.c from README
* Updated the README to reflect changes made.Ben Brown2013-11-011-2/+16
|
* Added symlink scenarios and a C program that changes the mtimes of symlinks.Ben Brown2013-11-012-73/+183
|
* 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-244-0/+67
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.