summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* fix stowing of relative links when --no-folding is usedAdam Spiers2015-01-011-3/+6
* make it more obvious when target (sub)directory is skippedAdam Spiers2014-09-234-3/+63
* trim trailing whitespaceAdam Spiers2014-09-231-39/+39
* Remove accidentally duplicated code.Adam Spiers2012-02-191-7/+0
* Add --no-folding option.Adam Spiers2012-02-183-7/+223
* Use make_invalid_link() to reliably setup symlink fixtures.Adam Spiers2012-02-186-17/+42
* Make shared library tests match real-world scenarios.Adam Spiers2012-02-181-8/+11
* Remove "There are no outstanding operations to perform" warning.Adam Spiers2012-01-113-72/+15
* Rename test files to reflect their purpose.Adam Spiers2012-01-093-3/+3
* Rename stow.t to be more consistent with its purpose.Adam Spiers2012-01-091-1/+1
* Add --adopt / -a option.Adam Spiers2012-01-092-11/+121
* Use get_conflict_count() in tests since get_conflicts() no longer returns a f...Adam Spiers2012-01-095-42/+42
* Add another ignore example to the manual and test suite.Adam Spiers2011-12-211-2/+2
* Remove quote stripping code.Adam Spiers2011-11-261-14/+3
* Improve conflict reportingAdam Spiers2011-11-263-20/+26
* Numerous fixes so that `make distcheck' succeeds.Adam Spiers2011-11-2612-81/+95
* Strip superfluous quotes from $hash{'lookups'}Adam Spiers2011-11-262-5/+5
* Add support for ignore lists.Adam Spiers2011-11-2611-38/+332
* Add another test to join_paths.tAdam Spiers2011-11-261-1/+7
* Clean up coding style in testsAdam Spiers2011-11-265-33/+33
* Test stow/unstow with stow dir / target dir as absolute paths.Adam Spiers2011-11-263-9/+129
* Major refactoring of code into separate Stow and Stow::Util Perl modulesAdam Spiers2011-11-2413-398/+464
* Test unstowing when target contains a real file generates a conflict.Adam Spiers2011-11-242-2/+38
* Test unstowing stuff which doesn't exist in the target tree.Adam Spiers2011-11-242-7/+61
* Remove setting of verbosity from testsAdam Spiers2011-11-246-47/+0
* Add protection against stowing into stow dirsAdam Spiers2011-11-241-1/+22
* Test unstowing an already unstowed packageAdam Spiers2011-11-242-0/+16
* Sync t/unstow_contents{,_orig}.tAdam Spiers2011-11-241-3/+6
* Debug with maximum verbosity to STDOUT when running tests.Adam Spiers2011-11-241-1/+1
* Refactored reset_state() into t/util.pmAdam Spiers2011-11-246-50/+18
* Don't tolerate '' as value for $target parameter to (un)stow_contentsAdam Spiers2011-11-243-23/+23
* Fix inconsistencies in coding style.Adam Spiers2011-11-241-1/+1
* Use File::Spec->abs2rel() instead of home-grown relative_pathAdam Spiers2011-11-241-41/+0
* Fix typosAdam Spiers2011-11-243-5/+5
* Catch warnings in tests when no outstanding operations to perform.Adam Spiers2011-11-243-10/+41
* Fix %Options typo in several testsAdam Spiers2011-11-245-5/+5
* Fix t/stow.tAdam Spiers2011-11-241-1/+1
* Fix chkstow.tAdam Spiers2011-11-241-2/+2
* Add #! header to t/util.pm for benefit of editor mode selectionAdam Spiers2011-11-241-0/+2
* Grafted root commit from savannah git master:v2.0.2Adam Spiers2011-11-1614-0/+1819