summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* cli.t: test with the right Perl executableAdam Spiers2019-07-151-1/+1
* Remove dependencies on Hash::Merge and Clone::ChooseAdam Spiers2019-06-291-2/+7
* Add separate tests for .stowrc from $HOME and $PWDAdam Spiers2019-06-282-50/+132
* Split up is_deeply() assertions in find_stowed_path.tAdam Spiers2019-06-281-34/+34
* Add examples of how to enable debugging in testsAdam Spiers2019-06-282-3/+6
* Replace testutil::make_dir with File::Path::make_pathAdam Spiers2019-06-2812-189/+167
* Rename $OUT_DIR to $TEST_DIRAdam Spiers2019-06-2814-102/+102
* Change #!/usr/local/bin/perl to #!/usr/bin/perl in t/*.tAdam Spiers2019-06-2716-16/+16
* Upgrade to GPL v3 and add headers to files (#44)Adam Spiers2019-06-2717-2/+257
* Add function to expand ~ in .stowrc files (#14)Charles LeDoux2019-06-251-1/+34
* Apply environment expansion to options in .stowrc filesCharles LeDoux2019-06-252-2/+71
* Add test for conflicting stowrc and cli argsCharles LeDoux2019-06-251-1/+27
* Add test harness for stowrc filesCharles LeDoux2019-06-251-0/+53
* Change init_test_dirs to point $HOME at $OUT_DIRSCharles LeDoux2019-06-251-1/+1
* Return non-zero exit code when invalid option is specified (#34)Adam Spiers2019-06-251-1/+5
* Add cli.t for testing invocation of stow executableAdam Spiers2019-06-251-0/+50
* Make dotfiles.t executable for consistency with other testsAdam Spiers2019-06-251-0/+0
* Special processing for dotfilesJoris Vankerschaver2016-10-041-0/+116
* fixed testutil to support cygwin which reports -z = true on directoriesLucas Theisen2016-02-281-1/+1
* Allow directory with trailing and leading spacesLE Manh Cuong2015-11-131-2/+2
* 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