Adam Spiers
|
6233298a91
|
Replace testutil::make_dir with File::Path::make_path
No need for a custom function here.
|
2019-06-28 01:02:48 +01:00 |
|
Adam Spiers
|
ba48fd3908
|
Rename $OUT_DIR to $TEST_DIR
This is a more accurate reflection of what it is.
|
2019-06-28 00:53:12 +01:00 |
|
Adam Spiers
|
0979a9c7bd
|
Change #!/usr/local/bin/perl to #!/usr/bin/perl in t/*.t
This doesn't really matter, since these are not executed directly, but
it's more consistent with everything else and modern systems.
|
2019-06-27 20:37:50 +01:00 |
|
Adam Spiers
|
27796720d5
|
Upgrade to GPL v3 and add headers to files (#44)
Following advice from maintainers@gnu.org, bring Stow in line with
other GNU projects by upgrading it from GPL v2 to v3
https://www.gnu.org/prep/maintain/html_node/Licensing-of-GNU-Packages.html#Licensing-of-GNU-Packages
as obtained in plain text and texinfo formats from
https://www.gnu.org/licenses/
and adding appropriate headers:
https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Code.html#License-Notices-for-Code
Fixes #44: https://github.com/aspiers/stow/issues/44
|
2019-06-27 20:37:40 +01:00 |
|
Adam Spiers
|
af36a44bcb
|
Remove accidentally duplicated code.
|
2012-02-19 19:16:00 +00:00 |
|
Adam Spiers
|
4dce3d0ce8
|
Use get_conflict_count() in tests since get_conflicts() no longer returns a flat structure.
|
2012-01-09 18:32:06 +00:00 |
|
Adam Spiers
|
10ea9c6f4b
|
Numerous fixes so that `make distcheck' succeeds.
Moves temporary test trees into a separate directory.
|
2011-11-26 16:34:57 +00:00 |
|
Adam Spiers
|
ea82ef5b8b
|
Add support for ignore lists.
|
2011-11-26 16:34:48 +00:00 |
|
Adam Spiers
|
dc61da22d4
|
Major refactoring of code into separate Stow and Stow::Util Perl modules
|
2011-11-24 16:56:11 +00:00 |
|
Adam Spiers
|
a1246072dd
|
Remove setting of verbosity from tests
|
2011-11-24 16:55:55 +00:00 |
|
Adam Spiers
|
497f272c12
|
Refactored reset_state() into t/util.pm
|
2011-11-24 16:55:54 +00:00 |
|
Adam Spiers
|
d74ae26f89
|
Fix %Options typo in several tests
|
2011-11-24 16:55:52 +00:00 |
|
Adam Spiers
|
0473d3f8ba
|
Grafted root commit from savannah git master:
38dcdcb08c Initial Import
|
2011-11-16 14:04:03 +00:00 |
|